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

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

Go to download

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

There is a newer version: 2.29.39
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ "describeRules", "describeListeners" ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "describeAccountLimits", "describeLoadBalancers", "describeSSLPolicies", "describeTargetGroups" ]
  },
  "metadata" : {
    "apiVersion" : "2015-12-01",
    "asyncBuilder" : "DefaultElasticLoadBalancingV2AsyncClientBuilder",
    "asyncBuilderInterface" : "ElasticLoadBalancingV2AsyncClientBuilder",
    "asyncClient" : "DefaultElasticLoadBalancingV2AsyncClient",
    "asyncInterface" : "ElasticLoadBalancingV2AsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultElasticLoadBalancingV2BaseClientBuilder",
    "baseBuilderInterface" : "ElasticLoadBalancingV2BaseClientBuilder",
    "baseExceptionName" : "ElasticLoadBalancingV2Exception",
    "baseRequestName" : "ElasticLoadBalancingV2Request",
    "baseResponseName" : "ElasticLoadBalancingV2Response",
    "cborProtocol" : false,
    "clientPackageName" : "elasticloadbalancingv2",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Elastic Load Balancing v2",
    "documentation" : "Elastic Load Balancing 

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

Elastic Load Balancing supports the following types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers. This reference covers Application Load Balancers and Network Load Balancers.

An Application Load Balancer makes routing and load balancing decisions at the application layer (HTTP/HTTPS). A Network Load Balancer makes routing and load balancing decisions at the transport layer (TCP/TLS). Both Application Load Balancers and Network Load Balancers can route requests to one or more ports on each EC2 instance or container instance in your virtual private cloud (VPC). For more information, see the Elastic Load Balancing User Guide.

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

", "endpointPrefix" : "elasticloadbalancing", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.elasticloadbalancingv2", "fullModelPackageName" : "software.amazon.awssdk.services.elasticloadbalancingv2.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.elasticloadbalancingv2.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.elasticloadbalancingv2.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.elasticloadbalancingv2.transform", "ionProtocol" : false, "jsonProtocol" : false, "jsonVersion" : null, "modelPackageName" : "elasticloadbalancingv2.model", "paginatorsPackageName" : "elasticloadbalancingv2.paginators", "protocol" : "query", "queryProtocol" : true, "requestTransformPackageName" : "elasticloadbalancingv2.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "Elastic Load Balancing v2", "serviceName" : "ElasticLoadBalancingV2", "signingName" : "elasticloadbalancing", "syncBuilder" : "DefaultElasticLoadBalancingV2ClientBuilder", "syncBuilderInterface" : "ElasticLoadBalancingV2ClientBuilder", "syncClient" : "DefaultElasticLoadBalancingV2Client", "syncInterface" : "ElasticLoadBalancingV2Client", "transformPackageName" : "elasticloadbalancingv2.transform", "uid" : "elasticloadbalancingv2-2015-12-01", "xmlProtocol" : true }, "operations" : { "AddListenerCertificates" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener.

If the certificate in already in the certificate list, the call is successful but the certificate is not added again.

To get the certificate list for a listener, use DescribeListenerCertificates. To remove certificates from the certificate list for a listener, use RemoveListenerCertificates. To replace the default certificate for a listener, use ModifyListener.

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

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

The specified listener does not exist.

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

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

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

The specified certificate does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddListenerCertificatesRequest", "variableName" : "addListenerCertificatesRequest", "variableType" : "AddListenerCertificatesRequest", "documentation" : "", "simpleType" : "AddListenerCertificatesRequest", "variableSetterType" : "AddListenerCertificatesRequest" }, "methodName" : "addListenerCertificates", "operationName" : "AddListenerCertificates", "paginated" : false, "returnType" : { "returnType" : "AddListenerCertificatesResponse", "documentation" : null }, "syncReturnType" : "AddListenerCertificatesResponse" }, "AddTags" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

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

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

A tag key was specified more than once.

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

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

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

The specified load balancer does not exist.

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

The specified target group does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddTagsRequest", "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "documentation" : "", "simpleType" : "AddTagsRequest", "variableSetterType" : "AddTagsRequest" }, "methodName" : "addTags", "operationName" : "AddTags", "paginated" : false, "returnType" : { "returnType" : "AddTagsResponse", "documentation" : null }, "syncReturnType" : "AddTagsResponse" }, "CreateListener" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a listener for the specified Application Load Balancer or Network Load Balancer.

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

This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple listeners with the same settings, each call succeeds.

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

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

A listener with the specified port already exists.

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

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

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

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

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

The specified load balancer does not exist.

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

The specified target group does not exist.

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

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

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

The requested configuration is not valid.

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

The specified configuration is not valid with this protocol.

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

The specified SSL policy does not exist.

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

The specified certificate does not exist.

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

The specified protocol is not supported.

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

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

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

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

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

You've reached the limit on the number of actions per rule.

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

The requested action is not valid.

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

You've reached the limit on the number of unique target groups per load balancer across all listeners. If a target group is used by multiple actions for a load balancer, it is counted as only one use.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateListenerRequest", "variableName" : "createListenerRequest", "variableType" : "CreateListenerRequest", "documentation" : "", "simpleType" : "CreateListenerRequest", "variableSetterType" : "CreateListenerRequest" }, "methodName" : "createListener", "operationName" : "CreateListener", "paginated" : false, "returnType" : { "returnType" : "CreateListenerResponse", "documentation" : null }, "syncReturnType" : "CreateListenerResponse" }, "CreateLoadBalancer" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an Application Load Balancer or a Network Load Balancer.

When you create a load balancer, you can specify security groups, public subnets, IP address type, and tags. Otherwise, you could do so later using SetSecurityGroups, SetSubnets, SetIpAddressType, and AddTags.

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

For limit information, see Limits for Your Application Load Balancer in the Application Load Balancers Guide and Limits for Your Network Load Balancer in the Network Load Balancers Guide.

This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple load balancers with the same settings, each call succeeds.

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

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

A load balancer with the specified name already exists.

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

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

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

The requested configuration is not valid.

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

The specified subnet does not exist.

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

The specified subnet is out of available addresses.

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

The specified security group does not exist.

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

The requested scheme is not valid.

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

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

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

A tag key was specified more than once.

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

A specified resource is in use.

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

The specified allocation ID does not exist.

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

The specified Availability Zone is not supported.

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

This operation is not allowed.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateLoadBalancerRequest", "variableName" : "createLoadBalancerRequest", "variableType" : "CreateLoadBalancerRequest", "documentation" : "", "simpleType" : "CreateLoadBalancerRequest", "variableSetterType" : "CreateLoadBalancerRequest" }, "methodName" : "createLoadBalancer", "operationName" : "CreateLoadBalancer", "paginated" : false, "returnType" : { "returnType" : "CreateLoadBalancerResponse", "documentation" : null }, "syncReturnType" : "CreateLoadBalancerResponse" }, "CreateRule" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a rule for the specified listener. The listener must be associated with an Application Load Balancer.

Rules are evaluated in priority order, from the lowest value to the highest value. When the conditions for a rule are met, its actions are performed. If the conditions for no rules are met, the actions for the default rule are performed. For more information, see Listener Rules in the Application Load Balancers Guide.

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

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

The specified priority is in use.

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

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

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

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

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

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

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

The specified configuration is not valid with this protocol.

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

The specified listener does not exist.

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

The specified target group does not exist.

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

The requested configuration is not valid.

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

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

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

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

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

The specified protocol is not supported.

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

You've reached the limit on the number of actions per rule.

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

The requested action is not valid.

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

You've reached the limit on the number of unique target groups per load balancer across all listeners. If a target group is used by multiple actions for a load balancer, it is counted as only one use.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateRuleRequest", "variableName" : "createRuleRequest", "variableType" : "CreateRuleRequest", "documentation" : "", "simpleType" : "CreateRuleRequest", "variableSetterType" : "CreateRuleRequest" }, "methodName" : "createRule", "operationName" : "CreateRule", "paginated" : false, "returnType" : { "returnType" : "CreateRuleResponse", "documentation" : null }, "syncReturnType" : "CreateRuleResponse" }, "CreateTargetGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a target group.

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

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

To delete a target group, use DeleteTargetGroup.

This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple target groups with the same settings, each call succeeds.

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

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

A target group with the specified name already exists.

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

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

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

The requested configuration is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTargetGroupRequest", "variableName" : "createTargetGroupRequest", "variableType" : "CreateTargetGroupRequest", "documentation" : "", "simpleType" : "CreateTargetGroupRequest", "variableSetterType" : "CreateTargetGroupRequest" }, "methodName" : "createTargetGroup", "operationName" : "CreateTargetGroup", "paginated" : false, "returnType" : { "returnType" : "CreateTargetGroupResponse", "documentation" : null }, "syncReturnType" : "CreateTargetGroupResponse" }, "DeleteListener" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified listener.

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

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

The specified listener does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteListenerRequest", "variableName" : "deleteListenerRequest", "variableType" : "DeleteListenerRequest", "documentation" : "", "simpleType" : "DeleteListenerRequest", "variableSetterType" : "DeleteListenerRequest" }, "methodName" : "deleteListener", "operationName" : "DeleteListener", "paginated" : false, "returnType" : { "returnType" : "DeleteListenerResponse", "documentation" : null }, "syncReturnType" : "DeleteListenerResponse" }, "DeleteLoadBalancer" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified Application Load Balancer or Network Load Balancer and its attached listeners.

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

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

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

The specified load balancer does not exist.

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

This operation is not allowed.

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

A specified resource is in use.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteLoadBalancerRequest", "variableName" : "deleteLoadBalancerRequest", "variableType" : "DeleteLoadBalancerRequest", "documentation" : "", "simpleType" : "DeleteLoadBalancerRequest", "variableSetterType" : "DeleteLoadBalancerRequest" }, "methodName" : "deleteLoadBalancer", "operationName" : "DeleteLoadBalancer", "paginated" : false, "returnType" : { "returnType" : "DeleteLoadBalancerResponse", "documentation" : null }, "syncReturnType" : "DeleteLoadBalancerResponse" }, "DeleteRule" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified rule.

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

The specified rule does not exist.

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

This operation is not allowed.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteRuleRequest", "variableName" : "deleteRuleRequest", "variableType" : "DeleteRuleRequest", "documentation" : "", "simpleType" : "DeleteRuleRequest", "variableSetterType" : "DeleteRuleRequest" }, "methodName" : "deleteRule", "operationName" : "DeleteRule", "paginated" : false, "returnType" : { "returnType" : "DeleteRuleResponse", "documentation" : null }, "syncReturnType" : "DeleteRuleResponse" }, "DeleteTargetGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified target group.

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

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

A specified resource is in use.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTargetGroupRequest", "variableName" : "deleteTargetGroupRequest", "variableType" : "DeleteTargetGroupRequest", "documentation" : "", "simpleType" : "DeleteTargetGroupRequest", "variableSetterType" : "DeleteTargetGroupRequest" }, "methodName" : "deleteTargetGroup", "operationName" : "DeleteTargetGroup", "paginated" : false, "returnType" : { "returnType" : "DeleteTargetGroupResponse", "documentation" : null }, "syncReturnType" : "DeleteTargetGroupResponse" }, "DeregisterTargets" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

The specified target group does not exist.

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

The specified target does not exist, is not in the same VPC as the target group, or has an unsupported instance type.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeregisterTargetsRequest", "variableName" : "deregisterTargetsRequest", "variableType" : "DeregisterTargetsRequest", "documentation" : "", "simpleType" : "DeregisterTargetsRequest", "variableSetterType" : "DeregisterTargetsRequest" }, "methodName" : "deregisterTargets", "operationName" : "DeregisterTargets", "paginated" : false, "returnType" : { "returnType" : "DeregisterTargetsResponse", "documentation" : null }, "syncReturnType" : "DeregisterTargetsResponse" }, "DescribeAccountLimits" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the current Elastic Load Balancing resource limits for your AWS account.

For more information, see Limits for Your Application Load Balancers in the Application Load Balancer Guide or Limits for Your Network Load Balancers in the Network Load Balancers Guide.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeAccountLimitsRequest", "variableName" : "describeAccountLimitsRequest", "variableType" : "DescribeAccountLimitsRequest", "documentation" : "", "simpleType" : "DescribeAccountLimitsRequest", "variableSetterType" : "DescribeAccountLimitsRequest" }, "methodName" : "describeAccountLimits", "operationName" : "DescribeAccountLimits", "paginated" : false, "returnType" : { "returnType" : "DescribeAccountLimitsResponse", "documentation" : null }, "syncReturnType" : "DescribeAccountLimitsResponse" }, "DescribeListenerCertificates" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the default certificate and the certificate list for the specified HTTPS or TLS listener.

If the default certificate is also in the certificate list, it appears twice in the results (once with IsDefault set to true and once with IsDefault set to false).

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

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

The specified listener does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeListenerCertificatesRequest", "variableName" : "describeListenerCertificatesRequest", "variableType" : "DescribeListenerCertificatesRequest", "documentation" : "", "simpleType" : "DescribeListenerCertificatesRequest", "variableSetterType" : "DescribeListenerCertificatesRequest" }, "methodName" : "describeListenerCertificates", "operationName" : "DescribeListenerCertificates", "paginated" : false, "returnType" : { "returnType" : "DescribeListenerCertificatesResponse", "documentation" : null }, "syncReturnType" : "DescribeListenerCertificatesResponse" }, "DescribeListeners" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

For an HTTPS or TLS listener, the output includes the default certificate for the listener. To describe the certificate list for the listener, use DescribeListenerCertificates.

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

The specified listener does not exist.

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

The specified load balancer does not exist.

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

The specified protocol is not supported.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeListenersRequest", "variableName" : "describeListenersRequest", "variableType" : "DescribeListenersRequest", "documentation" : "", "simpleType" : "DescribeListenersRequest", "variableSetterType" : "DescribeListenersRequest" }, "methodName" : "describeListeners", "operationName" : "DescribeListeners", "paginated" : true, "returnType" : { "returnType" : "DescribeListenersResponse", "documentation" : null }, "syncReturnType" : "DescribeListenersResponse" }, "DescribeLoadBalancerAttributes" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the attributes for the specified Application Load Balancer or Network Load Balancer.

For more information, see Load Balancer Attributes in the Application Load Balancers Guide or Load Balancer Attributes in the Network Load Balancers Guide.

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

The specified load balancer does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLoadBalancerAttributesRequest", "variableName" : "describeLoadBalancerAttributesRequest", "variableType" : "DescribeLoadBalancerAttributesRequest", "documentation" : "", "simpleType" : "DescribeLoadBalancerAttributesRequest", "variableSetterType" : "DescribeLoadBalancerAttributesRequest" }, "methodName" : "describeLoadBalancerAttributes", "operationName" : "DescribeLoadBalancerAttributes", "paginated" : false, "returnType" : { "returnType" : "DescribeLoadBalancerAttributesResponse", "documentation" : null }, "syncReturnType" : "DescribeLoadBalancerAttributesResponse" }, "DescribeLoadBalancers" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the specified load balancers or all of your load balancers.

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

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

The specified load balancer does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLoadBalancersRequest", "variableName" : "describeLoadBalancersRequest", "variableType" : "DescribeLoadBalancersRequest", "documentation" : "", "simpleType" : "DescribeLoadBalancersRequest", "variableSetterType" : "DescribeLoadBalancersRequest" }, "methodName" : "describeLoadBalancers", "operationName" : "DescribeLoadBalancers", "paginated" : true, "returnType" : { "returnType" : "DescribeLoadBalancersResponse", "documentation" : null }, "syncReturnType" : "DescribeLoadBalancersResponse" }, "DescribeRules" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

The specified listener does not exist.

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

The specified rule does not exist.

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

The specified protocol is not supported.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeRulesRequest", "variableName" : "describeRulesRequest", "variableType" : "DescribeRulesRequest", "documentation" : "", "simpleType" : "DescribeRulesRequest", "variableSetterType" : "DescribeRulesRequest" }, "methodName" : "describeRules", "operationName" : "DescribeRules", "paginated" : false, "returnType" : { "returnType" : "DescribeRulesResponse", "documentation" : null }, "syncReturnType" : "DescribeRulesResponse" }, "DescribeSSLPolicies" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

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

The specified SSL policy does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSslPoliciesRequest", "variableName" : "describeSslPoliciesRequest", "variableType" : "DescribeSslPoliciesRequest", "documentation" : "", "simpleType" : "DescribeSslPoliciesRequest", "variableSetterType" : "DescribeSslPoliciesRequest" }, "methodName" : "describeSSLPolicies", "operationName" : "DescribeSSLPolicies", "paginated" : false, "returnType" : { "returnType" : "DescribeSslPoliciesResponse", "documentation" : null }, "syncReturnType" : "DescribeSslPoliciesResponse" }, "DescribeTags" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the tags for the specified resources. You can describe the tags for one or more Application Load Balancers, Network Load Balancers, and target groups.

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

The specified load balancer does not exist.

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

The specified target group does not exist.

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

The specified listener does not exist.

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

The specified rule does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTagsRequest", "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "documentation" : "", "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "methodName" : "describeTags", "operationName" : "DescribeTags", "paginated" : false, "returnType" : { "returnType" : "DescribeTagsResponse", "documentation" : null }, "syncReturnType" : "DescribeTagsResponse" }, "DescribeTargetGroupAttributes" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the attributes for the specified target group.

For more information, see Target Group Attributes in the Application Load Balancers Guide or Target Group Attributes in the Network Load Balancers Guide.

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

The specified target group does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTargetGroupAttributesRequest", "variableName" : "describeTargetGroupAttributesRequest", "variableType" : "DescribeTargetGroupAttributesRequest", "documentation" : "", "simpleType" : "DescribeTargetGroupAttributesRequest", "variableSetterType" : "DescribeTargetGroupAttributesRequest" }, "methodName" : "describeTargetGroupAttributes", "operationName" : "DescribeTargetGroupAttributes", "paginated" : false, "returnType" : { "returnType" : "DescribeTargetGroupAttributesResponse", "documentation" : null }, "syncReturnType" : "DescribeTargetGroupAttributesResponse" }, "DescribeTargetGroups" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

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

The specified load balancer does not exist.

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

The specified target group does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTargetGroupsRequest", "variableName" : "describeTargetGroupsRequest", "variableType" : "DescribeTargetGroupsRequest", "documentation" : "", "simpleType" : "DescribeTargetGroupsRequest", "variableSetterType" : "DescribeTargetGroupsRequest" }, "methodName" : "describeTargetGroups", "operationName" : "DescribeTargetGroups", "paginated" : true, "returnType" : { "returnType" : "DescribeTargetGroupsResponse", "documentation" : null }, "syncReturnType" : "DescribeTargetGroupsResponse" }, "DescribeTargetHealth" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

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

The specified target does not exist, is not in the same VPC as the target group, or has an unsupported instance type.

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

The specified target group does not exist.

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

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

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTargetHealthRequest", "variableName" : "describeTargetHealthRequest", "variableType" : "DescribeTargetHealthRequest", "documentation" : "", "simpleType" : "DescribeTargetHealthRequest", "variableSetterType" : "DescribeTargetHealthRequest" }, "methodName" : "describeTargetHealth", "operationName" : "DescribeTargetHealth", "paginated" : false, "returnType" : { "returnType" : "DescribeTargetHealthResponse", "documentation" : null }, "syncReturnType" : "DescribeTargetHealthResponse" }, "ModifyListener" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Replaces the specified properties of the specified listener. Any properties that you do not specify remain unchanged.

Changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security policy and default certificate properties. If you change the protocol from HTTP to HTTPS, or from TCP to TLS, you must add the security policy and default certificate properties.

To add an item to a list, remove an item from a list, or update an item in a list, you must provide the entire list. For example, to add an action, specify a list with the current actions plus the new action.

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

A listener with the specified port already exists.

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

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

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

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

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

The specified listener does not exist.

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

The specified target group does not exist.

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

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

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

The specified configuration is not valid with this protocol.

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

The specified SSL policy does not exist.

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

The specified certificate does not exist.

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

The requested configuration is not valid.

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

The specified protocol is not supported.

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

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

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

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

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

You've reached the limit on the number of actions per rule.

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

The requested action is not valid.

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

You've reached the limit on the number of unique target groups per load balancer across all listeners. If a target group is used by multiple actions for a load balancer, it is counted as only one use.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyListenerRequest", "variableName" : "modifyListenerRequest", "variableType" : "ModifyListenerRequest", "documentation" : "", "simpleType" : "ModifyListenerRequest", "variableSetterType" : "ModifyListenerRequest" }, "methodName" : "modifyListener", "operationName" : "ModifyListener", "paginated" : false, "returnType" : { "returnType" : "ModifyListenerResponse", "documentation" : null }, "syncReturnType" : "ModifyListenerResponse" }, "ModifyLoadBalancerAttributes" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the specified attributes of the specified Application Load Balancer or Network Load Balancer.

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

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

The specified load balancer does not exist.

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

The requested configuration is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyLoadBalancerAttributesRequest", "variableName" : "modifyLoadBalancerAttributesRequest", "variableType" : "ModifyLoadBalancerAttributesRequest", "documentation" : "", "simpleType" : "ModifyLoadBalancerAttributesRequest", "variableSetterType" : "ModifyLoadBalancerAttributesRequest" }, "methodName" : "modifyLoadBalancerAttributes", "operationName" : "ModifyLoadBalancerAttributes", "paginated" : false, "returnType" : { "returnType" : "ModifyLoadBalancerAttributesResponse", "documentation" : null }, "syncReturnType" : "ModifyLoadBalancerAttributesResponse" }, "ModifyRule" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Replaces the specified properties of the specified rule. Any properties that you do not specify are unchanged.

To add an item to a list, remove an item from a list, or update an item in a list, you must provide the entire list. For example, to add an action, specify a list with the current actions plus the new action.

To modify the actions for the default rule, use ModifyListener.

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

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

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

The specified configuration is not valid with this protocol.

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

The specified rule does not exist.

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

This operation is not allowed.

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

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

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

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

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

The specified target group does not exist.

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

The specified protocol is not supported.

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

You've reached the limit on the number of actions per rule.

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

The requested action is not valid.

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

You've reached the limit on the number of unique target groups per load balancer across all listeners. If a target group is used by multiple actions for a load balancer, it is counted as only one use.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyRuleRequest", "variableName" : "modifyRuleRequest", "variableType" : "ModifyRuleRequest", "documentation" : "", "simpleType" : "ModifyRuleRequest", "variableSetterType" : "ModifyRuleRequest" }, "methodName" : "modifyRule", "operationName" : "ModifyRule", "paginated" : false, "returnType" : { "returnType" : "ModifyRuleResponse", "documentation" : null }, "syncReturnType" : "ModifyRuleResponse" }, "ModifyTargetGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

To monitor the health of the targets, use DescribeTargetHealth.

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

The specified target group does not exist.

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

The requested configuration is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyTargetGroupRequest", "variableName" : "modifyTargetGroupRequest", "variableType" : "ModifyTargetGroupRequest", "documentation" : "", "simpleType" : "ModifyTargetGroupRequest", "variableSetterType" : "ModifyTargetGroupRequest" }, "methodName" : "modifyTargetGroup", "operationName" : "ModifyTargetGroup", "paginated" : false, "returnType" : { "returnType" : "ModifyTargetGroupResponse", "documentation" : null }, "syncReturnType" : "ModifyTargetGroupResponse" }, "ModifyTargetGroupAttributes" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the specified attributes of the specified target group.

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

The specified target group does not exist.

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

The requested configuration is not valid.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyTargetGroupAttributesRequest", "variableName" : "modifyTargetGroupAttributesRequest", "variableType" : "ModifyTargetGroupAttributesRequest", "documentation" : "", "simpleType" : "ModifyTargetGroupAttributesRequest", "variableSetterType" : "ModifyTargetGroupAttributesRequest" }, "methodName" : "modifyTargetGroupAttributes", "operationName" : "ModifyTargetGroupAttributes", "paginated" : false, "returnType" : { "returnType" : "ModifyTargetGroupAttributesResponse", "documentation" : null }, "syncReturnType" : "ModifyTargetGroupAttributesResponse" }, "RegisterTargets" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Registers the specified targets with the specified target group.

If the target is an EC2 instance, it must be in the running state when you register it.

By default, the load balancer routes requests to registered targets using the protocol and port for the target group. Alternatively, you can override the port for a target when you register it. You can register each EC2 instance or IP address with the same target group multiple times using different ports.

With a Network Load Balancer, you cannot register instances by instance ID if they have the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3, and T1. You can register instances of these types by IP address.

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

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

The specified target group does not exist.

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

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

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

The specified target does not exist, is not in the same VPC as the target group, or has an unsupported instance type.

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

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

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RegisterTargetsRequest", "variableName" : "registerTargetsRequest", "variableType" : "RegisterTargetsRequest", "documentation" : "", "simpleType" : "RegisterTargetsRequest", "variableSetterType" : "RegisterTargetsRequest" }, "methodName" : "registerTargets", "operationName" : "RegisterTargets", "paginated" : false, "returnType" : { "returnType" : "RegisterTargetsResponse", "documentation" : null }, "syncReturnType" : "RegisterTargetsResponse" }, "RemoveListenerCertificates" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.

You can't remove the default certificate for a listener. To replace the default certificate, call ModifyListener.

To list the certificates for your listener, use DescribeListenerCertificates.

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

The specified listener does not exist.

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

This operation is not allowed.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemoveListenerCertificatesRequest", "variableName" : "removeListenerCertificatesRequest", "variableType" : "RemoveListenerCertificatesRequest", "documentation" : "", "simpleType" : "RemoveListenerCertificatesRequest", "variableSetterType" : "RemoveListenerCertificatesRequest" }, "methodName" : "removeListenerCertificates", "operationName" : "RemoveListenerCertificates", "paginated" : false, "returnType" : { "returnType" : "RemoveListenerCertificatesResponse", "documentation" : null }, "syncReturnType" : "RemoveListenerCertificatesResponse" }, "RemoveTags" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the specified tags from the specified Elastic Load Balancing resource.

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

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

The specified load balancer does not exist.

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

The specified target group does not exist.

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

The specified listener does not exist.

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

The specified rule does not exist.

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

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

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemoveTagsRequest", "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "documentation" : "", "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "methodName" : "removeTags", "operationName" : "RemoveTags", "paginated" : false, "returnType" : { "returnType" : "RemoveTagsResponse", "documentation" : null }, "syncReturnType" : "RemoveTagsResponse" }, "SetIpAddressType" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Sets the type of IP addresses used by the subnets of the specified Application Load Balancer or Network Load Balancer.

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

The specified load balancer does not exist.

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

The requested configuration is not valid.

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

The specified subnet is out of available addresses.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetIpAddressTypeRequest", "variableName" : "setIpAddressTypeRequest", "variableType" : "SetIpAddressTypeRequest", "documentation" : "", "simpleType" : "SetIpAddressTypeRequest", "variableSetterType" : "SetIpAddressTypeRequest" }, "methodName" : "setIpAddressType", "operationName" : "SetIpAddressType", "paginated" : false, "returnType" : { "returnType" : "SetIpAddressTypeResponse", "documentation" : null }, "syncReturnType" : "SetIpAddressTypeResponse" }, "SetRulePriorities" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Sets the priorities of the specified rules.

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

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

The specified rule does not exist.

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

The specified priority is in use.

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

This operation is not allowed.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetRulePrioritiesRequest", "variableName" : "setRulePrioritiesRequest", "variableType" : "SetRulePrioritiesRequest", "documentation" : "", "simpleType" : "SetRulePrioritiesRequest", "variableSetterType" : "SetRulePrioritiesRequest" }, "methodName" : "setRulePriorities", "operationName" : "SetRulePriorities", "paginated" : false, "returnType" : { "returnType" : "SetRulePrioritiesResponse", "documentation" : null }, "syncReturnType" : "SetRulePrioritiesResponse" }, "SetSecurityGroups" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Associates the specified security groups with the specified Application Load Balancer. The specified security groups override the previously associated security groups.

You can't specify a security group for a Network Load Balancer.

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

The specified load balancer does not exist.

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

The requested configuration is not valid.

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

The specified security group does not exist.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetSecurityGroupsRequest", "variableName" : "setSecurityGroupsRequest", "variableType" : "SetSecurityGroupsRequest", "documentation" : "", "simpleType" : "SetSecurityGroupsRequest", "variableSetterType" : "SetSecurityGroupsRequest" }, "methodName" : "setSecurityGroups", "operationName" : "SetSecurityGroups", "paginated" : false, "returnType" : { "returnType" : "SetSecurityGroupsResponse", "documentation" : null }, "syncReturnType" : "SetSecurityGroupsResponse" }, "SetSubnets" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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

When you specify subnets for a Network Load Balancer, you must include all subnets that were enabled previously, with their existing configurations, plus any additional subnets.

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

The specified load balancer does not exist.

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

The requested configuration is not valid.

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

The specified subnet does not exist.

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

The specified subnet is out of available addresses.

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

The specified allocation ID does not exist.

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

The specified Availability Zone is not supported.

", "httpStatusCode" : 400 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SetSubnetsRequest", "variableName" : "setSubnetsRequest", "variableType" : "SetSubnetsRequest", "documentation" : "", "simpleType" : "SetSubnetsRequest", "variableSetterType" : "SetSubnetsRequest" }, "methodName" : "setSubnets", "operationName" : "SetSubnets", "paginated" : false, "returnType" : { "returnType" : "SetSubnetsResponse", "documentation" : null }, "syncReturnType" : "SetSubnetsResponse" } }, "shapes" : { "Action" : { "c2jName" : "Action", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information about an action.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ActionTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

The type of action.

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

The type of action.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ActionTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of action.\n@see ActionTypeEnum\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of action.

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

The type of action.

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

The type of action.

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

The type of action.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ActionTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of action.\n@see ActionTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of action.

\n@param type The type of action.\n@see ActionTypeEnum", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

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

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@return The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

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

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@return The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAuthenticateOidcConfig", "beanStyleSetterMethodName" : "setAuthenticateOidcConfig", "c2jName" : "AuthenticateOidcConfig", "c2jShape" : "AuthenticateOidcActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

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

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@return [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.\n@deprecated Use {@link #authenticateOidcConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@param authenticateOidcConfig [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticateOidcConfig(AuthenticateOidcActionConfig)}\n", "documentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

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

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@param authenticateOidcConfig [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticateOidcConfig", "getterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@return [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.", "getterModel" : { "returnType" : "AuthenticateOidcActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticateOidcConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticateOidcConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AuthenticateOidcConfig", "sensitive" : false, "setterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@param authenticateOidcConfig [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.", "setterMethodName" : "setAuthenticateOidcConfig", "setterModel" : { "variableDeclarationType" : "AuthenticateOidcActionConfig", "variableName" : "authenticateOidcConfig", "variableType" : "AuthenticateOidcActionConfig", "documentation" : null, "simpleType" : "AuthenticateOidcActionConfig", "variableSetterType" : "AuthenticateOidcActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AuthenticateOidcActionConfig", "variableName" : "authenticateOidcConfig", "variableType" : "AuthenticateOidcActionConfig", "documentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

", "simpleType" : "AuthenticateOidcActionConfig", "variableSetterType" : "AuthenticateOidcActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAuthenticateCognitoConfig", "beanStyleSetterMethodName" : "setAuthenticateCognitoConfig", "c2jName" : "AuthenticateCognitoConfig", "c2jShape" : "AuthenticateCognitoActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

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

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@return [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.\n@deprecated Use {@link #authenticateCognitoConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@param authenticateCognitoConfig [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticateCognitoConfig(AuthenticateCognitoActionConfig)}\n", "documentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

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

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@param authenticateCognitoConfig [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticateCognitoConfig", "getterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@return [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.", "getterModel" : { "returnType" : "AuthenticateCognitoActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticateCognitoConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticateCognitoConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AuthenticateCognitoConfig", "sensitive" : false, "setterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@param authenticateCognitoConfig [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.", "setterMethodName" : "setAuthenticateCognitoConfig", "setterModel" : { "variableDeclarationType" : "AuthenticateCognitoActionConfig", "variableName" : "authenticateCognitoConfig", "variableType" : "AuthenticateCognitoActionConfig", "documentation" : null, "simpleType" : "AuthenticateCognitoActionConfig", "variableSetterType" : "AuthenticateCognitoActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AuthenticateCognitoActionConfig", "variableName" : "authenticateCognitoConfig", "variableType" : "AuthenticateCognitoActionConfig", "documentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

", "simpleType" : "AuthenticateCognitoActionConfig", "variableSetterType" : "AuthenticateCognitoActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrder", "beanStyleSetterMethodName" : "setOrder", "c2jName" : "Order", "c2jShape" : "ActionOrder", "defaultConsumerFluentSetterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

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

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@return The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.\n@deprecated Use {@link #order()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@param order The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #order(Integer)}\n", "documentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

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

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@param order The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "order", "getterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@return The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Order", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Order", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Order", "sensitive" : false, "setterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@param order The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.", "setterMethodName" : "setOrder", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "order", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "order", "variableType" : "Integer", "documentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedirectConfig", "beanStyleSetterMethodName" : "setRedirectConfig", "c2jName" : "RedirectConfig", "c2jShape" : "RedirectActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

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

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@return [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.\n@deprecated Use {@link #redirectConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@param redirectConfig [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #redirectConfig(RedirectActionConfig)}\n", "documentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

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

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@param redirectConfig [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redirectConfig", "getterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@return [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.", "getterModel" : { "returnType" : "RedirectActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedirectConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedirectConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedirectConfig", "sensitive" : false, "setterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@param redirectConfig [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.", "setterMethodName" : "setRedirectConfig", "setterModel" : { "variableDeclarationType" : "RedirectActionConfig", "variableName" : "redirectConfig", "variableType" : "RedirectActionConfig", "documentation" : null, "simpleType" : "RedirectActionConfig", "variableSetterType" : "RedirectActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedirectActionConfig", "variableName" : "redirectConfig", "variableType" : "RedirectActionConfig", "documentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

", "simpleType" : "RedirectActionConfig", "variableSetterType" : "RedirectActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFixedResponseConfig", "beanStyleSetterMethodName" : "setFixedResponseConfig", "c2jName" : "FixedResponseConfig", "c2jShape" : "FixedResponseActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

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

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@return [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.\n@deprecated Use {@link #fixedResponseConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@param fixedResponseConfig [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fixedResponseConfig(FixedResponseActionConfig)}\n", "documentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

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

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@param fixedResponseConfig [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fixedResponseConfig", "getterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@return [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.", "getterModel" : { "returnType" : "FixedResponseActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedResponseConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FixedResponseConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FixedResponseConfig", "sensitive" : false, "setterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@param fixedResponseConfig [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.", "setterMethodName" : "setFixedResponseConfig", "setterModel" : { "variableDeclarationType" : "FixedResponseActionConfig", "variableName" : "fixedResponseConfig", "variableType" : "FixedResponseActionConfig", "documentation" : null, "simpleType" : "FixedResponseActionConfig", "variableSetterType" : "FixedResponseActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FixedResponseActionConfig", "variableName" : "fixedResponseConfig", "variableType" : "FixedResponseActionConfig", "documentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

", "simpleType" : "FixedResponseActionConfig", "variableSetterType" : "FixedResponseActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardConfig", "beanStyleSetterMethodName" : "setForwardConfig", "c2jName" : "ForwardConfig", "c2jShape" : "ForwardActionConfig", "defaultConsumerFluentSetterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

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

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@return Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.\n@deprecated Use {@link #forwardConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@param forwardConfig Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardConfig(ForwardActionConfig)}\n", "documentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

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

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@param forwardConfig Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardConfig", "getterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@return Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.", "getterModel" : { "returnType" : "ForwardActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForwardConfig", "sensitive" : false, "setterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@param forwardConfig Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.", "setterMethodName" : "setForwardConfig", "setterModel" : { "variableDeclarationType" : "ForwardActionConfig", "variableName" : "forwardConfig", "variableType" : "ForwardActionConfig", "documentation" : null, "simpleType" : "ForwardActionConfig", "variableSetterType" : "ForwardActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ForwardActionConfig", "variableName" : "forwardConfig", "variableType" : "ForwardActionConfig", "documentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

", "simpleType" : "ForwardActionConfig", "variableSetterType" : "ForwardActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AuthenticateCognitoConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAuthenticateCognitoConfig", "beanStyleSetterMethodName" : "setAuthenticateCognitoConfig", "c2jName" : "AuthenticateCognitoConfig", "c2jShape" : "AuthenticateCognitoActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

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

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@return [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.\n@deprecated Use {@link #authenticateCognitoConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@param authenticateCognitoConfig [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticateCognitoConfig(AuthenticateCognitoActionConfig)}\n", "documentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

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

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@param authenticateCognitoConfig [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticateCognitoConfig", "getterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@return [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.", "getterModel" : { "returnType" : "AuthenticateCognitoActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticateCognitoConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticateCognitoConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AuthenticateCognitoConfig", "sensitive" : false, "setterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@param authenticateCognitoConfig [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.", "setterMethodName" : "setAuthenticateCognitoConfig", "setterModel" : { "variableDeclarationType" : "AuthenticateCognitoActionConfig", "variableName" : "authenticateCognitoConfig", "variableType" : "AuthenticateCognitoActionConfig", "documentation" : null, "simpleType" : "AuthenticateCognitoActionConfig", "variableSetterType" : "AuthenticateCognitoActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AuthenticateCognitoActionConfig", "variableName" : "authenticateCognitoConfig", "variableType" : "AuthenticateCognitoActionConfig", "documentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

", "simpleType" : "AuthenticateCognitoActionConfig", "variableSetterType" : "AuthenticateCognitoActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AuthenticateOidcConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAuthenticateOidcConfig", "beanStyleSetterMethodName" : "setAuthenticateOidcConfig", "c2jName" : "AuthenticateOidcConfig", "c2jShape" : "AuthenticateOidcActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

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

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@return [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.\n@deprecated Use {@link #authenticateOidcConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@param authenticateOidcConfig [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticateOidcConfig(AuthenticateOidcActionConfig)}\n", "documentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

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

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@param authenticateOidcConfig [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticateOidcConfig", "getterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@return [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.", "getterModel" : { "returnType" : "AuthenticateOidcActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticateOidcConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticateOidcConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AuthenticateOidcConfig", "sensitive" : false, "setterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@param authenticateOidcConfig [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.", "setterMethodName" : "setAuthenticateOidcConfig", "setterModel" : { "variableDeclarationType" : "AuthenticateOidcActionConfig", "variableName" : "authenticateOidcConfig", "variableType" : "AuthenticateOidcActionConfig", "documentation" : null, "simpleType" : "AuthenticateOidcActionConfig", "variableSetterType" : "AuthenticateOidcActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AuthenticateOidcActionConfig", "variableName" : "authenticateOidcConfig", "variableType" : "AuthenticateOidcActionConfig", "documentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

", "simpleType" : "AuthenticateOidcActionConfig", "variableSetterType" : "AuthenticateOidcActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FixedResponseConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFixedResponseConfig", "beanStyleSetterMethodName" : "setFixedResponseConfig", "c2jName" : "FixedResponseConfig", "c2jShape" : "FixedResponseActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

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

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@return [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.\n@deprecated Use {@link #fixedResponseConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@param fixedResponseConfig [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fixedResponseConfig(FixedResponseActionConfig)}\n", "documentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

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

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@param fixedResponseConfig [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fixedResponseConfig", "getterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@return [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.", "getterModel" : { "returnType" : "FixedResponseActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedResponseConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FixedResponseConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FixedResponseConfig", "sensitive" : false, "setterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@param fixedResponseConfig [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.", "setterMethodName" : "setFixedResponseConfig", "setterModel" : { "variableDeclarationType" : "FixedResponseActionConfig", "variableName" : "fixedResponseConfig", "variableType" : "FixedResponseActionConfig", "documentation" : null, "simpleType" : "FixedResponseActionConfig", "variableSetterType" : "FixedResponseActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FixedResponseActionConfig", "variableName" : "fixedResponseConfig", "variableType" : "FixedResponseActionConfig", "documentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

", "simpleType" : "FixedResponseActionConfig", "variableSetterType" : "FixedResponseActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ForwardConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardConfig", "beanStyleSetterMethodName" : "setForwardConfig", "c2jName" : "ForwardConfig", "c2jShape" : "ForwardActionConfig", "defaultConsumerFluentSetterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

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

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@return Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.\n@deprecated Use {@link #forwardConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@param forwardConfig Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardConfig(ForwardActionConfig)}\n", "documentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

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

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@param forwardConfig Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardConfig", "getterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@return Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.", "getterModel" : { "returnType" : "ForwardActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForwardConfig", "sensitive" : false, "setterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@param forwardConfig Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.", "setterMethodName" : "setForwardConfig", "setterModel" : { "variableDeclarationType" : "ForwardActionConfig", "variableName" : "forwardConfig", "variableType" : "ForwardActionConfig", "documentation" : null, "simpleType" : "ForwardActionConfig", "variableSetterType" : "ForwardActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ForwardActionConfig", "variableName" : "forwardConfig", "variableType" : "ForwardActionConfig", "documentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

", "simpleType" : "ForwardActionConfig", "variableSetterType" : "ForwardActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Order" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrder", "beanStyleSetterMethodName" : "setOrder", "c2jName" : "Order", "c2jShape" : "ActionOrder", "defaultConsumerFluentSetterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

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

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@return The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.\n@deprecated Use {@link #order()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@param order The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #order(Integer)}\n", "documentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

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

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@param order The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "order", "getterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@return The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Order", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Order", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Order", "sensitive" : false, "setterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@param order The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.", "setterMethodName" : "setOrder", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "order", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "order", "variableType" : "Integer", "documentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RedirectConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedirectConfig", "beanStyleSetterMethodName" : "setRedirectConfig", "c2jName" : "RedirectConfig", "c2jShape" : "RedirectActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

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

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@return [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.\n@deprecated Use {@link #redirectConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@param redirectConfig [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #redirectConfig(RedirectActionConfig)}\n", "documentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

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

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@param redirectConfig [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redirectConfig", "getterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@return [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.", "getterModel" : { "returnType" : "RedirectActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedirectConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedirectConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedirectConfig", "sensitive" : false, "setterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@param redirectConfig [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.", "setterMethodName" : "setRedirectConfig", "setterModel" : { "variableDeclarationType" : "RedirectActionConfig", "variableName" : "redirectConfig", "variableType" : "RedirectActionConfig", "documentation" : null, "simpleType" : "RedirectActionConfig", "variableSetterType" : "RedirectActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedirectActionConfig", "variableName" : "redirectConfig", "variableType" : "RedirectActionConfig", "documentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

", "simpleType" : "RedirectActionConfig", "variableSetterType" : "RedirectActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

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

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@return The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

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

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@return The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ActionTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

The type of action.

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

The type of action.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ActionTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of action.\n@see ActionTypeEnum\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of action.

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

The type of action.

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

The type of action.

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

The type of action.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ActionTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of action.\n@see ActionTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of action.

\n@param type The type of action.\n@see ActionTypeEnum", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ActionTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

The type of action.

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

The type of action.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ActionTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of action.\n@see ActionTypeEnum\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of action.

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

The type of action.

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

The type of action.

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

The type of action.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ActionTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of action.\n@see ActionTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of action.

\n@param type The type of action.\n@see ActionTypeEnum", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of action.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

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

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@return The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

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

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@return The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAuthenticateOidcConfig", "beanStyleSetterMethodName" : "setAuthenticateOidcConfig", "c2jName" : "AuthenticateOidcConfig", "c2jShape" : "AuthenticateOidcActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

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

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@return [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.\n@deprecated Use {@link #authenticateOidcConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@param authenticateOidcConfig [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticateOidcConfig(AuthenticateOidcActionConfig)}\n", "documentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

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

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@param authenticateOidcConfig [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticateOidcConfig", "getterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@return [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.", "getterModel" : { "returnType" : "AuthenticateOidcActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticateOidcConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticateOidcConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AuthenticateOidcConfig", "sensitive" : false, "setterDocumentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

\n@param authenticateOidcConfig [HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.", "setterMethodName" : "setAuthenticateOidcConfig", "setterModel" : { "variableDeclarationType" : "AuthenticateOidcActionConfig", "variableName" : "authenticateOidcConfig", "variableType" : "AuthenticateOidcActionConfig", "documentation" : null, "simpleType" : "AuthenticateOidcActionConfig", "variableSetterType" : "AuthenticateOidcActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AuthenticateOidcActionConfig", "variableName" : "authenticateOidcConfig", "variableType" : "AuthenticateOidcActionConfig", "documentation" : "

[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC). Specify only when Type is authenticate-oidc.

", "simpleType" : "AuthenticateOidcActionConfig", "variableSetterType" : "AuthenticateOidcActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAuthenticateCognitoConfig", "beanStyleSetterMethodName" : "setAuthenticateCognitoConfig", "c2jName" : "AuthenticateCognitoConfig", "c2jShape" : "AuthenticateCognitoActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

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

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@return [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.\n@deprecated Use {@link #authenticateCognitoConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@param authenticateCognitoConfig [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticateCognitoConfig(AuthenticateCognitoActionConfig)}\n", "documentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

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

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@param authenticateCognitoConfig [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticateCognitoConfig", "getterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@return [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.", "getterModel" : { "returnType" : "AuthenticateCognitoActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticateCognitoConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticateCognitoConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AuthenticateCognitoConfig", "sensitive" : false, "setterDocumentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

\n@param authenticateCognitoConfig [HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.", "setterMethodName" : "setAuthenticateCognitoConfig", "setterModel" : { "variableDeclarationType" : "AuthenticateCognitoActionConfig", "variableName" : "authenticateCognitoConfig", "variableType" : "AuthenticateCognitoActionConfig", "documentation" : null, "simpleType" : "AuthenticateCognitoActionConfig", "variableSetterType" : "AuthenticateCognitoActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AuthenticateCognitoActionConfig", "variableName" : "authenticateCognitoConfig", "variableType" : "AuthenticateCognitoActionConfig", "documentation" : "

[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only when Type is authenticate-cognito.

", "simpleType" : "AuthenticateCognitoActionConfig", "variableSetterType" : "AuthenticateCognitoActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrder", "beanStyleSetterMethodName" : "setOrder", "c2jName" : "Order", "c2jShape" : "ActionOrder", "defaultConsumerFluentSetterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

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

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@return The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.\n@deprecated Use {@link #order()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@param order The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #order(Integer)}\n", "documentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

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

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@param order The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "order", "getterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@return The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Order", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Order", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Order", "sensitive" : false, "setterDocumentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

\n@param order The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.", "setterMethodName" : "setOrder", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "order", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "order", "variableType" : "Integer", "documentation" : "

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first. The last action to be performed must be one of the following types of actions: a forward, fixed-response, or redirect.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedirectConfig", "beanStyleSetterMethodName" : "setRedirectConfig", "c2jName" : "RedirectConfig", "c2jShape" : "RedirectActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

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

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@return [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.\n@deprecated Use {@link #redirectConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@param redirectConfig [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #redirectConfig(RedirectActionConfig)}\n", "documentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

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

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@param redirectConfig [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redirectConfig", "getterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@return [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.", "getterModel" : { "returnType" : "RedirectActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RedirectConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedirectConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RedirectConfig", "sensitive" : false, "setterDocumentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

\n@param redirectConfig [Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.", "setterMethodName" : "setRedirectConfig", "setterModel" : { "variableDeclarationType" : "RedirectActionConfig", "variableName" : "redirectConfig", "variableType" : "RedirectActionConfig", "documentation" : null, "simpleType" : "RedirectActionConfig", "variableSetterType" : "RedirectActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RedirectActionConfig", "variableName" : "redirectConfig", "variableType" : "RedirectActionConfig", "documentation" : "

[Application Load Balancer] Information for creating a redirect action. Specify only when Type is redirect.

", "simpleType" : "RedirectActionConfig", "variableSetterType" : "RedirectActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFixedResponseConfig", "beanStyleSetterMethodName" : "setFixedResponseConfig", "c2jName" : "FixedResponseConfig", "c2jShape" : "FixedResponseActionConfig", "defaultConsumerFluentSetterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

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

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@return [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.\n@deprecated Use {@link #fixedResponseConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@param fixedResponseConfig [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fixedResponseConfig(FixedResponseActionConfig)}\n", "documentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

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

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@param fixedResponseConfig [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fixedResponseConfig", "getterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@return [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.", "getterModel" : { "returnType" : "FixedResponseActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedResponseConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FixedResponseConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "FixedResponseConfig", "sensitive" : false, "setterDocumentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

\n@param fixedResponseConfig [Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.", "setterMethodName" : "setFixedResponseConfig", "setterModel" : { "variableDeclarationType" : "FixedResponseActionConfig", "variableName" : "fixedResponseConfig", "variableType" : "FixedResponseActionConfig", "documentation" : null, "simpleType" : "FixedResponseActionConfig", "variableSetterType" : "FixedResponseActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FixedResponseActionConfig", "variableName" : "fixedResponseConfig", "variableType" : "FixedResponseActionConfig", "documentation" : "

[Application Load Balancer] Information for creating an action that returns a custom HTTP response. Specify only when Type is fixed-response.

", "simpleType" : "FixedResponseActionConfig", "variableSetterType" : "FixedResponseActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForwardConfig", "beanStyleSetterMethodName" : "setForwardConfig", "c2jName" : "ForwardConfig", "c2jShape" : "ForwardActionConfig", "defaultConsumerFluentSetterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

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

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@return Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.\n@deprecated Use {@link #forwardConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@param forwardConfig Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forwardConfig(ForwardActionConfig)}\n", "documentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

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

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@param forwardConfig Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forwardConfig", "getterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@return Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.", "getterModel" : { "returnType" : "ForwardActionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForwardConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForwardConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForwardConfig", "sensitive" : false, "setterDocumentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

\n@param forwardConfig Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.", "setterMethodName" : "setForwardConfig", "setterModel" : { "variableDeclarationType" : "ForwardActionConfig", "variableName" : "forwardConfig", "variableType" : "ForwardActionConfig", "documentation" : null, "simpleType" : "ForwardActionConfig", "variableSetterType" : "ForwardActionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ForwardActionConfig", "variableName" : "forwardConfig", "variableType" : "ForwardActionConfig", "documentation" : "

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.

", "simpleType" : "ForwardActionConfig", "variableSetterType" : "ForwardActionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Type" ], "shapeName" : "Action", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Action", "variableName" : "action", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "wrapper" : false, "xmlNamespace" : null }, "ActionTypeEnum" : { "c2jName" : "ActionTypeEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "FORWARD", "value" : "forward" }, { "name" : "AUTHENTICATE_OIDC", "value" : "authenticate-oidc" }, { "name" : "AUTHENTICATE_COGNITO", "value" : "authenticate-cognito" }, { "name" : "REDIRECT", "value" : "redirect" }, { "name" : "FIXED_RESPONSE", "value" : "fixed-response" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActionTypeEnum", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActionTypeEnum", "variableName" : "actionTypeEnum", "variableType" : "ActionTypeEnum", "documentation" : null, "simpleType" : "ActionTypeEnum", "variableSetterType" : "ActionTypeEnum" }, "wrapper" : false, "xmlNamespace" : null }, "AddListenerCertificatesRequest" : { "c2jName" : "AddListenerCertificatesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AddListenerCertificates", "locationName" : null, "requestUri" : "/", "target" : "AddListenerCertificates", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

\n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the listener.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

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

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n

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

\n

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

\n@return The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n@param certificates The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

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

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n@param certificates The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n

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

\n

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

\n@return The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n@param certificates The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificates" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

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

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n

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

\n

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

\n@return The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n@param certificates The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

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

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n@param certificates The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n

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

\n

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

\n@return The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n@param certificates The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

\n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the listener.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

\n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

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

The Amazon Resource Name (ARN) of the listener.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the listener.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

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

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n

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

\n

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

\n@return The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n@param certificates The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

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

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n@param certificates The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n

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

\n

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

\n@return The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

\n@param certificates The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

The certificate to add. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ListenerArn", "Certificates" ], "shapeName" : "AddListenerCertificatesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddListenerCertificatesRequest", "variableName" : "addListenerCertificatesRequest", "variableType" : "AddListenerCertificatesRequest", "documentation" : null, "simpleType" : "AddListenerCertificatesRequest", "variableSetterType" : "AddListenerCertificatesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "AddListenerCertificatesResponse" : { "c2jName" : "AddListenerCertificatesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

Information about the certificates in the certificate list.

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

Information about the certificates in the certificate list.

\n

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

\n

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

\n@return Information about the certificates in the certificate list.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the certificates in the certificate list.

\n@param certificates Information about the certificates in the certificate list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

Information about the certificates in the certificate list.

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

Information about the certificates in the certificate list.

\n@param certificates Information about the certificates in the certificate list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

Information about the certificates in the certificate list.

\n

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

\n

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

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

Information about the certificates in the certificate list.

\n@param certificates Information about the certificates in the certificate list.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

Information about the certificates in the certificate list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificates" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

Information about the certificates in the certificate list.

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

Information about the certificates in the certificate list.

\n

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

\n

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

\n@return Information about the certificates in the certificate list.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the certificates in the certificate list.

\n@param certificates Information about the certificates in the certificate list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

Information about the certificates in the certificate list.

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

Information about the certificates in the certificate list.

\n@param certificates Information about the certificates in the certificate list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

Information about the certificates in the certificate list.

\n

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

\n

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

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

Information about the certificates in the certificate list.

\n@param certificates Information about the certificates in the certificate list.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

Information about the certificates in the certificate list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

Information about the certificates in the certificate list.

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

Information about the certificates in the certificate list.

\n

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

\n

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

\n@return Information about the certificates in the certificate list.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the certificates in the certificate list.

\n@param certificates Information about the certificates in the certificate list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

Information about the certificates in the certificate list.

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

Information about the certificates in the certificate list.

\n@param certificates Information about the certificates in the certificate list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

Information about the certificates in the certificate list.

\n

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

\n

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

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

Information about the certificates in the certificate list.

\n@param certificates Information about the certificates in the certificate list.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

Information about the certificates in the certificate list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddListenerCertificatesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "AddListenerCertificatesResult" }, "variable" : { "variableDeclarationType" : "AddListenerCertificatesResponse", "variableName" : "addListenerCertificatesResponse", "variableType" : "AddListenerCertificatesResponse", "documentation" : null, "simpleType" : "AddListenerCertificatesResponse", "variableSetterType" : "AddListenerCertificatesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "AddTagsRequest" : { "c2jName" : "AddTagsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AddTags", "locationName" : null, "requestUri" : "/", "target" : "AddTags", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceArns", "beanStyleSetterMethodName" : "setResourceArns", "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

\n

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

\n

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

\n@return The Amazon Resource Name (ARN) of the resource.\n@deprecated Use {@link #resourceArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

\n

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

\n

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

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

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags.

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

The tags.

\n

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

\n

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

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

The tags.

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

The tags.

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

The tags.

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

The tags.

\n

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

\n

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

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

The tags.

\n@param tags The tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceArns", "beanStyleSetterMethodName" : "setResourceArns", "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

\n

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

\n

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

\n@return The Amazon Resource Name (ARN) of the resource.\n@deprecated Use {@link #resourceArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

\n

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

\n

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

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

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags.

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

The tags.

\n

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

\n

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

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

The tags.

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

The tags.

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

The tags.

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

The tags.

\n

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

\n

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

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

The tags.

\n@param tags The tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceArns", "beanStyleSetterMethodName" : "setResourceArns", "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

\n

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

\n

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

\n@return The Amazon Resource Name (ARN) of the resource.\n@deprecated Use {@link #resourceArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

\n

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

\n

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

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

The Amazon Resource Name (ARN) of the resource.

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

The Amazon Resource Name (ARN) of the resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tags.

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

The tags.

\n

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

\n

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

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

The tags.

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

The tags.

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

The tags.

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

The tags.

\n

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

\n

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

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

The tags.

\n@param tags The tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tags.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArns", "Tags" ], "shapeName" : "AddTagsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddTagsRequest", "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "documentation" : null, "simpleType" : "AddTagsRequest", "variableSetterType" : "AddTagsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "AddTagsResponse" : { "c2jName" : "AddTagsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddTagsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "AddTagsResult" }, "variable" : { "variableDeclarationType" : "AddTagsResponse", "variableName" : "addTagsResponse", "variableType" : "AddTagsResponse", "documentation" : null, "simpleType" : "AddTagsResponse", "variableSetterType" : "AddTagsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "AllocationIdNotFoundException" : { "c2jName" : "AllocationIdNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified allocation ID does not exist.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AllocationIdNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AllocationIdNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AllocationIdNotFoundException", "variableName" : "allocationIdNotFoundException", "variableType" : "AllocationIdNotFoundException", "documentation" : null, "simpleType" : "AllocationIdNotFoundException", "variableSetterType" : "AllocationIdNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "AuthenticateCognitoActionConditionalBehaviorEnum" : { "c2jName" : "AuthenticateCognitoActionConditionalBehaviorEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "DENY", "value" : "deny" }, { "name" : "ALLOW", "value" : "allow" }, { "name" : "AUTHENTICATE", "value" : "authenticate" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AuthenticateCognitoActionConditionalBehaviorEnum", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AuthenticateCognitoActionConditionalBehaviorEnum", "variableName" : "authenticateCognitoActionConditionalBehaviorEnum", "variableType" : "AuthenticateCognitoActionConditionalBehaviorEnum", "documentation" : null, "simpleType" : "AuthenticateCognitoActionConditionalBehaviorEnum", "variableSetterType" : "AuthenticateCognitoActionConditionalBehaviorEnum" }, "wrapper" : false, "xmlNamespace" : null }, "AuthenticateCognitoActionConfig" : { "c2jName" : "AuthenticateCognitoActionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request parameters to use when integrating with Amazon Cognito to authenticate users.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserPoolArn", "beanStyleSetterMethodName" : "setUserPoolArn", "c2jName" : "UserPoolArn", "c2jShape" : "AuthenticateCognitoActionUserPoolArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

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

The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

\n@return The Amazon Resource Name (ARN) of the Amazon Cognito user pool.\n@deprecated Use {@link #userPoolArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

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

The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

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

The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

\n@param userPoolArn The Amazon Resource Name (ARN) of the Amazon Cognito user pool.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userPoolArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

\n@return The Amazon Resource Name (ARN) of the Amazon Cognito user pool.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserPoolArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserPoolArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserPoolArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

\n@param userPoolArn The Amazon Resource Name (ARN) of the Amazon Cognito user pool.", "setterMethodName" : "setUserPoolArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userPoolArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userPoolArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserPoolClientId", "beanStyleSetterMethodName" : "setUserPoolClientId", "c2jName" : "UserPoolClientId", "c2jShape" : "AuthenticateCognitoActionUserPoolClientId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the Amazon Cognito user pool client.

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

The ID of the Amazon Cognito user pool client.

\n@return The ID of the Amazon Cognito user pool client.\n@deprecated Use {@link #userPoolClientId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the Amazon Cognito user pool client.

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

The ID of the Amazon Cognito user pool client.

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

The ID of the Amazon Cognito user pool client.

\n@param userPoolClientId The ID of the Amazon Cognito user pool client.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userPoolClientId", "getterDocumentation" : "

The ID of the Amazon Cognito user pool client.

\n@return The ID of the Amazon Cognito user pool client.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserPoolClientId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserPoolClientId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserPoolClientId", "sensitive" : false, "setterDocumentation" : "

The ID of the Amazon Cognito user pool client.

\n@param userPoolClientId The ID of the Amazon Cognito user pool client.", "setterMethodName" : "setUserPoolClientId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userPoolClientId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userPoolClientId", "variableType" : "String", "documentation" : "

The ID of the Amazon Cognito user pool client.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserPoolDomain", "beanStyleSetterMethodName" : "setUserPoolDomain", "c2jName" : "UserPoolDomain", "c2jShape" : "AuthenticateCognitoActionUserPoolDomain", "defaultConsumerFluentSetterDocumentation" : "

The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

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

The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

\n@return The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.\n@deprecated Use {@link #userPoolDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

\n@param userPoolDomain The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userPoolDomain(String)}\n", "documentation" : "

The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

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

The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

\n@param userPoolDomain The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userPoolDomain", "getterDocumentation" : "

The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

\n@return The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserPoolDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserPoolDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserPoolDomain", "sensitive" : false, "setterDocumentation" : "

The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

\n@param userPoolDomain The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.", "setterMethodName" : "setUserPoolDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userPoolDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userPoolDomain", "variableType" : "String", "documentation" : "

The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionCookieName", "beanStyleSetterMethodName" : "setSessionCookieName", "c2jName" : "SessionCookieName", "c2jShape" : "AuthenticateCognitoActionSessionCookieName", "defaultConsumerFluentSetterDocumentation" : "

The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

\n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@deprecated Use {@link #sessionCookieName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

\n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionCookieName(String)}\n", "documentation" : "

The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

\n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionCookieName", "getterDocumentation" : "

The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

\n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionCookieName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionCookieName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SessionCookieName", "sensitive" : false, "setterDocumentation" : "

The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

\n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "setterMethodName" : "setSessionCookieName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : "

The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScope", "beanStyleSetterMethodName" : "setScope", "c2jName" : "Scope", "c2jShape" : "AuthenticateCognitoActionScope", "defaultConsumerFluentSetterDocumentation" : "

The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

\n@return The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@deprecated Use {@link #scope()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

\n@param scope The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scope(String)}\n", "documentation" : "

The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

\n@param scope The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scope", "getterDocumentation" : "

The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

\n@return The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scope", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scope", "sensitive" : false, "setterDocumentation" : "

The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

\n@param scope The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "

The set of user claims to be requested from the IdP. The default is openid.

To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionTimeout", "beanStyleSetterMethodName" : "setSessionTimeout", "c2jName" : "SessionTimeout", "c2jShape" : "AuthenticateCognitoActionSessionTimeout", "defaultConsumerFluentSetterDocumentation" : "

The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

\n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@deprecated Use {@link #sessionTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

\n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionTimeout(Long)}\n", "documentation" : "

The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

\n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionTimeout", "getterDocumentation" : "

The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

\n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "SessionTimeout", "sensitive" : false, "setterDocumentation" : "

The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

\n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "setterMethodName" : "setSessionTimeout", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : "

The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAuthenticationRequestExtraParams", "beanStyleSetterMethodName" : "setAuthenticationRequestExtraParams", "c2jName" : "AuthenticationRequestExtraParams", "c2jShape" : "AuthenticateCognitoActionAuthenticationRequestExtraParams", "defaultConsumerFluentSetterDocumentation" : "

The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

\n

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

\n

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

\n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@deprecated Use {@link #authenticationRequestExtraParams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

\n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticationRequestExtraParams(Map)}\n", "documentation" : "

The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

\n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticationRequestExtraParams", "getterDocumentation" : "

The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

\n

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

\n

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

\n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticationRequestExtraParams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticationRequestExtraParams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AuthenticateCognitoActionAuthenticationRequestParamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AuthenticateCognitoActionAuthenticationRequestParamValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "AuthenticationRequestExtraParams", "sensitive" : false, "setterDocumentation" : "

The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

\n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "setterMethodName" : "setAuthenticationRequestExtraParams", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : "

The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOnUnauthenticatedRequestAsString", "beanStyleSetterMethodName" : "setOnUnauthenticatedRequest", "c2jName" : "OnUnauthenticatedRequest", "c2jShape" : "AuthenticateCognitoActionConditionalBehaviorEnum", "defaultConsumerFluentSetterDocumentation" : "

The behavior if the user is not authenticated. The following are possible values:

  • deny - Return an HTTP 401 Unauthorized error.

  • allow - Allow the request to be forwarded to the target.

  • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

The behavior if the user is not authenticated. The following are possible values:

  • deny - Return an HTTP 401 Unauthorized error.

  • allow - Allow the request to be forwarded to the target.

  • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateCognitoActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

\n@return The behavior if the user is not authenticated. The following are possible values:

  • deny - Return an HTTP 401 Unauthorized error.

  • allow - Allow the request to be forwarded to the target.

  • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

  • \n@see AuthenticateCognitoActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequestAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

    The behavior if the user is not authenticated. The following are possible values:

    • deny - Return an HTTP 401 Unauthorized error.

    • allow - Allow the request to be forwarded to the target.

    • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

    \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

    • deny - Return an HTTP 401 Unauthorized error.

    • allow - Allow the request to be forwarded to the target.

    • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

    • \n@see AuthenticateCognitoActionConditionalBehaviorEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthenticateCognitoActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequest(String)}\n", "documentation" : "

      The behavior if the user is not authenticated. The following are possible values:

      • deny - Return an HTTP 401 Unauthorized error.

      • allow - Allow the request to be forwarded to the target.

      • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

      The behavior if the user is not authenticated. The following are possible values:

      • deny - Return an HTTP 401 Unauthorized error.

      • allow - Allow the request to be forwarded to the target.

      • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

      \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

      • deny - Return an HTTP 401 Unauthorized error.

      • allow - Allow the request to be forwarded to the target.

      • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

        The behavior if the user is not authenticated. The following are possible values:

        • deny - Return an HTTP 401 Unauthorized error.

        • allow - Allow the request to be forwarded to the target.

        • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

        \n

        \nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateCognitoActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

        \n@return The behavior if the user is not authenticated. The following are possible values:

        • deny - Return an HTTP 401 Unauthorized error.

        • allow - Allow the request to be forwarded to the target.

        • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

        • \n@see AuthenticateCognitoActionConditionalBehaviorEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OnUnauthenticatedRequest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OnUnauthenticatedRequest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OnUnauthenticatedRequest", "sensitive" : false, "setterDocumentation" : "

          The behavior if the user is not authenticated. The following are possible values:

          • deny - Return an HTTP 401 Unauthorized error.

          • allow - Allow the request to be forwarded to the target.

          • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

          \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

          • deny - Return an HTTP 401 Unauthorized error.

          • allow - Allow the request to be forwarded to the target.

          • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

          • \n@see AuthenticateCognitoActionConditionalBehaviorEnum", "setterMethodName" : "setOnUnauthenticatedRequest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : "

            The behavior if the user is not authenticated. The following are possible values:

            • deny - Return an HTTP 401 Unauthorized error.

            • allow - Allow the request to be forwarded to the target.

            • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AuthenticationRequestExtraParams" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAuthenticationRequestExtraParams", "beanStyleSetterMethodName" : "setAuthenticationRequestExtraParams", "c2jName" : "AuthenticationRequestExtraParams", "c2jShape" : "AuthenticateCognitoActionAuthenticationRequestExtraParams", "defaultConsumerFluentSetterDocumentation" : "

            The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

            The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

            \n

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

            \n

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

            \n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@deprecated Use {@link #authenticationRequestExtraParams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

            \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticationRequestExtraParams(Map)}\n", "documentation" : "

            The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

            The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

            \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticationRequestExtraParams", "getterDocumentation" : "

            The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

            \n

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

            \n

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

            \n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticationRequestExtraParams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticationRequestExtraParams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AuthenticateCognitoActionAuthenticationRequestParamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AuthenticateCognitoActionAuthenticationRequestParamValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "AuthenticationRequestExtraParams", "sensitive" : false, "setterDocumentation" : "

            The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

            \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "setterMethodName" : "setAuthenticationRequestExtraParams", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : "

            The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

            ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OnUnauthenticatedRequest" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOnUnauthenticatedRequestAsString", "beanStyleSetterMethodName" : "setOnUnauthenticatedRequest", "c2jName" : "OnUnauthenticatedRequest", "c2jShape" : "AuthenticateCognitoActionConditionalBehaviorEnum", "defaultConsumerFluentSetterDocumentation" : "

            The behavior if the user is not authenticated. The following are possible values:

            • deny - Return an HTTP 401 Unauthorized error.

            • allow - Allow the request to be forwarded to the target.

            • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

            The behavior if the user is not authenticated. The following are possible values:

            • deny - Return an HTTP 401 Unauthorized error.

            • allow - Allow the request to be forwarded to the target.

            • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

            \n

            \nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateCognitoActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

            \n@return The behavior if the user is not authenticated. The following are possible values:

            • deny - Return an HTTP 401 Unauthorized error.

            • allow - Allow the request to be forwarded to the target.

            • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

            • \n@see AuthenticateCognitoActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequestAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

              The behavior if the user is not authenticated. The following are possible values:

              • deny - Return an HTTP 401 Unauthorized error.

              • allow - Allow the request to be forwarded to the target.

              • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

              \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

              • deny - Return an HTTP 401 Unauthorized error.

              • allow - Allow the request to be forwarded to the target.

              • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

              • \n@see AuthenticateCognitoActionConditionalBehaviorEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthenticateCognitoActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequest(String)}\n", "documentation" : "

                The behavior if the user is not authenticated. The following are possible values:

                • deny - Return an HTTP 401 Unauthorized error.

                • allow - Allow the request to be forwarded to the target.

                • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                The behavior if the user is not authenticated. The following are possible values:

                • deny - Return an HTTP 401 Unauthorized error.

                • allow - Allow the request to be forwarded to the target.

                • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                • deny - Return an HTTP 401 Unauthorized error.

                • allow - Allow the request to be forwarded to the target.

                • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                  The behavior if the user is not authenticated. The following are possible values:

                  • deny - Return an HTTP 401 Unauthorized error.

                  • allow - Allow the request to be forwarded to the target.

                  • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                  \n

                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateCognitoActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

                  \n@return The behavior if the user is not authenticated. The following are possible values:

                  • deny - Return an HTTP 401 Unauthorized error.

                  • allow - Allow the request to be forwarded to the target.

                  • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                  • \n@see AuthenticateCognitoActionConditionalBehaviorEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OnUnauthenticatedRequest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OnUnauthenticatedRequest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OnUnauthenticatedRequest", "sensitive" : false, "setterDocumentation" : "

                    The behavior if the user is not authenticated. The following are possible values:

                    • deny - Return an HTTP 401 Unauthorized error.

                    • allow - Allow the request to be forwarded to the target.

                    • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                    \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                    • deny - Return an HTTP 401 Unauthorized error.

                    • allow - Allow the request to be forwarded to the target.

                    • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                    • \n@see AuthenticateCognitoActionConditionalBehaviorEnum", "setterMethodName" : "setOnUnauthenticatedRequest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : "

                      The behavior if the user is not authenticated. The following are possible values:

                      • deny - Return an HTTP 401 Unauthorized error.

                      • allow - Allow the request to be forwarded to the target.

                      • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Scope" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScope", "beanStyleSetterMethodName" : "setScope", "c2jName" : "Scope", "c2jShape" : "AuthenticateCognitoActionScope", "defaultConsumerFluentSetterDocumentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      \n@return The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@deprecated Use {@link #scope()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scope(String)}\n", "documentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scope", "getterDocumentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      \n@return The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scope", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scope", "sensitive" : false, "setterDocumentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SessionCookieName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionCookieName", "beanStyleSetterMethodName" : "setSessionCookieName", "c2jName" : "SessionCookieName", "c2jShape" : "AuthenticateCognitoActionSessionCookieName", "defaultConsumerFluentSetterDocumentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      \n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@deprecated Use {@link #sessionCookieName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionCookieName(String)}\n", "documentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionCookieName", "getterDocumentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      \n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionCookieName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionCookieName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SessionCookieName", "sensitive" : false, "setterDocumentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "setterMethodName" : "setSessionCookieName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SessionTimeout" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionTimeout", "beanStyleSetterMethodName" : "setSessionTimeout", "c2jName" : "SessionTimeout", "c2jShape" : "AuthenticateCognitoActionSessionTimeout", "defaultConsumerFluentSetterDocumentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      \n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@deprecated Use {@link #sessionTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionTimeout(Long)}\n", "documentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionTimeout", "getterDocumentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      \n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "SessionTimeout", "sensitive" : false, "setterDocumentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "setterMethodName" : "setSessionTimeout", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UserPoolArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserPoolArn", "beanStyleSetterMethodName" : "setUserPoolArn", "c2jName" : "UserPoolArn", "c2jShape" : "AuthenticateCognitoActionUserPoolArn", "defaultConsumerFluentSetterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

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

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

                      \n@return The Amazon Resource Name (ARN) of the Amazon Cognito user pool.\n@deprecated Use {@link #userPoolArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

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

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

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

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

                      \n@param userPoolArn The Amazon Resource Name (ARN) of the Amazon Cognito user pool.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userPoolArn", "getterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

                      \n@return The Amazon Resource Name (ARN) of the Amazon Cognito user pool.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserPoolArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserPoolArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserPoolArn", "sensitive" : false, "setterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

                      \n@param userPoolArn The Amazon Resource Name (ARN) of the Amazon Cognito user pool.", "setterMethodName" : "setUserPoolArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userPoolArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userPoolArn", "variableType" : "String", "documentation" : "

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UserPoolClientId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserPoolClientId", "beanStyleSetterMethodName" : "setUserPoolClientId", "c2jName" : "UserPoolClientId", "c2jShape" : "AuthenticateCognitoActionUserPoolClientId", "defaultConsumerFluentSetterDocumentation" : "

                      The ID of the Amazon Cognito user pool client.

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

                      The ID of the Amazon Cognito user pool client.

                      \n@return The ID of the Amazon Cognito user pool client.\n@deprecated Use {@link #userPoolClientId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The ID of the Amazon Cognito user pool client.

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

                      The ID of the Amazon Cognito user pool client.

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

                      The ID of the Amazon Cognito user pool client.

                      \n@param userPoolClientId The ID of the Amazon Cognito user pool client.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userPoolClientId", "getterDocumentation" : "

                      The ID of the Amazon Cognito user pool client.

                      \n@return The ID of the Amazon Cognito user pool client.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserPoolClientId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserPoolClientId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserPoolClientId", "sensitive" : false, "setterDocumentation" : "

                      The ID of the Amazon Cognito user pool client.

                      \n@param userPoolClientId The ID of the Amazon Cognito user pool client.", "setterMethodName" : "setUserPoolClientId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userPoolClientId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userPoolClientId", "variableType" : "String", "documentation" : "

                      The ID of the Amazon Cognito user pool client.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UserPoolDomain" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserPoolDomain", "beanStyleSetterMethodName" : "setUserPoolDomain", "c2jName" : "UserPoolDomain", "c2jShape" : "AuthenticateCognitoActionUserPoolDomain", "defaultConsumerFluentSetterDocumentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

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

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      \n@return The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.\n@deprecated Use {@link #userPoolDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      \n@param userPoolDomain The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userPoolDomain(String)}\n", "documentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

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

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      \n@param userPoolDomain The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userPoolDomain", "getterDocumentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      \n@return The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserPoolDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserPoolDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserPoolDomain", "sensitive" : false, "setterDocumentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      \n@param userPoolDomain The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.", "setterMethodName" : "setUserPoolDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userPoolDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userPoolDomain", "variableType" : "String", "documentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserPoolArn", "beanStyleSetterMethodName" : "setUserPoolArn", "c2jName" : "UserPoolArn", "c2jShape" : "AuthenticateCognitoActionUserPoolArn", "defaultConsumerFluentSetterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

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

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

                      \n@return The Amazon Resource Name (ARN) of the Amazon Cognito user pool.\n@deprecated Use {@link #userPoolArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

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

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

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

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

                      \n@param userPoolArn The Amazon Resource Name (ARN) of the Amazon Cognito user pool.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userPoolArn", "getterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

                      \n@return The Amazon Resource Name (ARN) of the Amazon Cognito user pool.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserPoolArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserPoolArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserPoolArn", "sensitive" : false, "setterDocumentation" : "

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

                      \n@param userPoolArn The Amazon Resource Name (ARN) of the Amazon Cognito user pool.", "setterMethodName" : "setUserPoolArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userPoolArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userPoolArn", "variableType" : "String", "documentation" : "

                      The Amazon Resource Name (ARN) of the Amazon Cognito user pool.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserPoolClientId", "beanStyleSetterMethodName" : "setUserPoolClientId", "c2jName" : "UserPoolClientId", "c2jShape" : "AuthenticateCognitoActionUserPoolClientId", "defaultConsumerFluentSetterDocumentation" : "

                      The ID of the Amazon Cognito user pool client.

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

                      The ID of the Amazon Cognito user pool client.

                      \n@return The ID of the Amazon Cognito user pool client.\n@deprecated Use {@link #userPoolClientId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The ID of the Amazon Cognito user pool client.

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

                      The ID of the Amazon Cognito user pool client.

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

                      The ID of the Amazon Cognito user pool client.

                      \n@param userPoolClientId The ID of the Amazon Cognito user pool client.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userPoolClientId", "getterDocumentation" : "

                      The ID of the Amazon Cognito user pool client.

                      \n@return The ID of the Amazon Cognito user pool client.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserPoolClientId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserPoolClientId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserPoolClientId", "sensitive" : false, "setterDocumentation" : "

                      The ID of the Amazon Cognito user pool client.

                      \n@param userPoolClientId The ID of the Amazon Cognito user pool client.", "setterMethodName" : "setUserPoolClientId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userPoolClientId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userPoolClientId", "variableType" : "String", "documentation" : "

                      The ID of the Amazon Cognito user pool client.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserPoolDomain", "beanStyleSetterMethodName" : "setUserPoolDomain", "c2jName" : "UserPoolDomain", "c2jShape" : "AuthenticateCognitoActionUserPoolDomain", "defaultConsumerFluentSetterDocumentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

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

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      \n@return The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.\n@deprecated Use {@link #userPoolDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      \n@param userPoolDomain The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userPoolDomain(String)}\n", "documentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

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

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      \n@param userPoolDomain The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userPoolDomain", "getterDocumentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      \n@return The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserPoolDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserPoolDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserPoolDomain", "sensitive" : false, "setterDocumentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      \n@param userPoolDomain The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.", "setterMethodName" : "setUserPoolDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userPoolDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userPoolDomain", "variableType" : "String", "documentation" : "

                      The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionCookieName", "beanStyleSetterMethodName" : "setSessionCookieName", "c2jName" : "SessionCookieName", "c2jShape" : "AuthenticateCognitoActionSessionCookieName", "defaultConsumerFluentSetterDocumentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      \n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@deprecated Use {@link #sessionCookieName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionCookieName(String)}\n", "documentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionCookieName", "getterDocumentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      \n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionCookieName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionCookieName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SessionCookieName", "sensitive" : false, "setterDocumentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "setterMethodName" : "setSessionCookieName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : "

                      The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScope", "beanStyleSetterMethodName" : "setScope", "c2jName" : "Scope", "c2jShape" : "AuthenticateCognitoActionScope", "defaultConsumerFluentSetterDocumentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      \n@return The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@deprecated Use {@link #scope()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scope(String)}\n", "documentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scope", "getterDocumentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      \n@return The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scope", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scope", "sensitive" : false, "setterDocumentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "

                      The set of user claims to be requested from the IdP. The default is openid.

                      To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionTimeout", "beanStyleSetterMethodName" : "setSessionTimeout", "c2jName" : "SessionTimeout", "c2jShape" : "AuthenticateCognitoActionSessionTimeout", "defaultConsumerFluentSetterDocumentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      \n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@deprecated Use {@link #sessionTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionTimeout(Long)}\n", "documentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionTimeout", "getterDocumentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      \n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "SessionTimeout", "sensitive" : false, "setterDocumentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "setterMethodName" : "setSessionTimeout", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : "

                      The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                      ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAuthenticationRequestExtraParams", "beanStyleSetterMethodName" : "setAuthenticationRequestExtraParams", "c2jName" : "AuthenticationRequestExtraParams", "c2jShape" : "AuthenticateCognitoActionAuthenticationRequestExtraParams", "defaultConsumerFluentSetterDocumentation" : "

                      The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

                      The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                      \n

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

                      \n

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

                      \n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@deprecated Use {@link #authenticationRequestExtraParams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                      \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticationRequestExtraParams(Map)}\n", "documentation" : "

                      The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

                      The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                      \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticationRequestExtraParams", "getterDocumentation" : "

                      The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                      \n

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

                      \n

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

                      \n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticationRequestExtraParams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticationRequestExtraParams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AuthenticateCognitoActionAuthenticationRequestParamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AuthenticateCognitoActionAuthenticationRequestParamValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "AuthenticationRequestExtraParams", "sensitive" : false, "setterDocumentation" : "

                      The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                      \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "setterMethodName" : "setAuthenticationRequestExtraParams", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : "

                      The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                      ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOnUnauthenticatedRequestAsString", "beanStyleSetterMethodName" : "setOnUnauthenticatedRequest", "c2jName" : "OnUnauthenticatedRequest", "c2jShape" : "AuthenticateCognitoActionConditionalBehaviorEnum", "defaultConsumerFluentSetterDocumentation" : "

                      The behavior if the user is not authenticated. The following are possible values:

                      • deny - Return an HTTP 401 Unauthorized error.

                      • allow - Allow the request to be forwarded to the target.

                      • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                      The behavior if the user is not authenticated. The following are possible values:

                      • deny - Return an HTTP 401 Unauthorized error.

                      • allow - Allow the request to be forwarded to the target.

                      • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                      \n

                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateCognitoActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

                      \n@return The behavior if the user is not authenticated. The following are possible values:

                      • deny - Return an HTTP 401 Unauthorized error.

                      • allow - Allow the request to be forwarded to the target.

                      • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                      • \n@see AuthenticateCognitoActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequestAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                        The behavior if the user is not authenticated. The following are possible values:

                        • deny - Return an HTTP 401 Unauthorized error.

                        • allow - Allow the request to be forwarded to the target.

                        • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                        \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                        • deny - Return an HTTP 401 Unauthorized error.

                        • allow - Allow the request to be forwarded to the target.

                        • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                        • \n@see AuthenticateCognitoActionConditionalBehaviorEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthenticateCognitoActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequest(String)}\n", "documentation" : "

                          The behavior if the user is not authenticated. The following are possible values:

                          • deny - Return an HTTP 401 Unauthorized error.

                          • allow - Allow the request to be forwarded to the target.

                          • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                          The behavior if the user is not authenticated. The following are possible values:

                          • deny - Return an HTTP 401 Unauthorized error.

                          • allow - Allow the request to be forwarded to the target.

                          • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                          \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                          • deny - Return an HTTP 401 Unauthorized error.

                          • allow - Allow the request to be forwarded to the target.

                          • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                            The behavior if the user is not authenticated. The following are possible values:

                            • deny - Return an HTTP 401 Unauthorized error.

                            • allow - Allow the request to be forwarded to the target.

                            • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                            \n

                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateCognitoActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

                            \n@return The behavior if the user is not authenticated. The following are possible values:

                            • deny - Return an HTTP 401 Unauthorized error.

                            • allow - Allow the request to be forwarded to the target.

                            • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                            • \n@see AuthenticateCognitoActionConditionalBehaviorEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OnUnauthenticatedRequest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OnUnauthenticatedRequest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OnUnauthenticatedRequest", "sensitive" : false, "setterDocumentation" : "

                              The behavior if the user is not authenticated. The following are possible values:

                              • deny - Return an HTTP 401 Unauthorized error.

                              • allow - Allow the request to be forwarded to the target.

                              • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                              \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                              • deny - Return an HTTP 401 Unauthorized error.

                              • allow - Allow the request to be forwarded to the target.

                              • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                              • \n@see AuthenticateCognitoActionConditionalBehaviorEnum", "setterMethodName" : "setOnUnauthenticatedRequest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : "

                                The behavior if the user is not authenticated. The following are possible values:

                                • deny - Return an HTTP 401 Unauthorized error.

                                • allow - Allow the request to be forwarded to the target.

                                • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "UserPoolArn", "UserPoolClientId", "UserPoolDomain" ], "shapeName" : "AuthenticateCognitoActionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AuthenticateCognitoActionConfig", "variableName" : "authenticateCognitoActionConfig", "variableType" : "AuthenticateCognitoActionConfig", "documentation" : null, "simpleType" : "AuthenticateCognitoActionConfig", "variableSetterType" : "AuthenticateCognitoActionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "AuthenticateOidcActionConditionalBehaviorEnum" : { "c2jName" : "AuthenticateOidcActionConditionalBehaviorEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "DENY", "value" : "deny" }, { "name" : "ALLOW", "value" : "allow" }, { "name" : "AUTHENTICATE", "value" : "authenticate" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AuthenticateOidcActionConditionalBehaviorEnum", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AuthenticateOidcActionConditionalBehaviorEnum", "variableName" : "authenticateOidcActionConditionalBehaviorEnum", "variableType" : "AuthenticateOidcActionConditionalBehaviorEnum", "documentation" : null, "simpleType" : "AuthenticateOidcActionConditionalBehaviorEnum", "variableSetterType" : "AuthenticateOidcActionConditionalBehaviorEnum" }, "wrapper" : false, "xmlNamespace" : null }, "AuthenticateOidcActionConfig" : { "c2jName" : "AuthenticateOidcActionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Request parameters when using an identity provider (IdP) that is compliant with OpenID Connect (OIDC) to authenticate users.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIssuer", "beanStyleSetterMethodName" : "setIssuer", "c2jName" : "Issuer", "c2jShape" : "AuthenticateOidcActionIssuer", "defaultConsumerFluentSetterDocumentation" : "

                                The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@return The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #issuer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param issuer The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #issuer(String)}\n", "documentation" : "

                                The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param issuer The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issuer", "getterDocumentation" : "

                                The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@return The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Issuer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Issuer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Issuer", "sensitive" : false, "setterDocumentation" : "

                                The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param issuer The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setIssuer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : "

                                The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAuthorizationEndpoint", "beanStyleSetterMethodName" : "setAuthorizationEndpoint", "c2jName" : "AuthorizationEndpoint", "c2jShape" : "AuthenticateOidcActionAuthorizationEndpoint", "defaultConsumerFluentSetterDocumentation" : "

                                The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@return The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #authorizationEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param authorizationEndpoint The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authorizationEndpoint(String)}\n", "documentation" : "

                                The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param authorizationEndpoint The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authorizationEndpoint", "getterDocumentation" : "

                                The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@return The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthorizationEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthorizationEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthorizationEndpoint", "sensitive" : false, "setterDocumentation" : "

                                The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param authorizationEndpoint The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setAuthorizationEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authorizationEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authorizationEndpoint", "variableType" : "String", "documentation" : "

                                The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTokenEndpoint", "beanStyleSetterMethodName" : "setTokenEndpoint", "c2jName" : "TokenEndpoint", "c2jShape" : "AuthenticateOidcActionTokenEndpoint", "defaultConsumerFluentSetterDocumentation" : "

                                The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@return The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #tokenEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param tokenEndpoint The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tokenEndpoint(String)}\n", "documentation" : "

                                The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param tokenEndpoint The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tokenEndpoint", "getterDocumentation" : "

                                The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@return The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TokenEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TokenEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TokenEndpoint", "sensitive" : false, "setterDocumentation" : "

                                The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param tokenEndpoint The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setTokenEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tokenEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tokenEndpoint", "variableType" : "String", "documentation" : "

                                The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserInfoEndpoint", "beanStyleSetterMethodName" : "setUserInfoEndpoint", "c2jName" : "UserInfoEndpoint", "c2jShape" : "AuthenticateOidcActionUserInfoEndpoint", "defaultConsumerFluentSetterDocumentation" : "

                                The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@return The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #userInfoEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param userInfoEndpoint The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userInfoEndpoint(String)}\n", "documentation" : "

                                The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param userInfoEndpoint The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userInfoEndpoint", "getterDocumentation" : "

                                The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@return The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserInfoEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserInfoEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserInfoEndpoint", "sensitive" : false, "setterDocumentation" : "

                                The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                \n@param userInfoEndpoint The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setUserInfoEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userInfoEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userInfoEndpoint", "variableType" : "String", "documentation" : "

                                The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientId", "beanStyleSetterMethodName" : "setClientId", "c2jName" : "ClientId", "c2jShape" : "AuthenticateOidcActionClientId", "defaultConsumerFluentSetterDocumentation" : "

                                The OAuth 2.0 client identifier.

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

                                The OAuth 2.0 client identifier.

                                \n@return The OAuth 2.0 client identifier.\n@deprecated Use {@link #clientId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The OAuth 2.0 client identifier.

                                \n@param clientId The OAuth 2.0 client identifier.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientId(String)}\n", "documentation" : "

                                The OAuth 2.0 client identifier.

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

                                The OAuth 2.0 client identifier.

                                \n@param clientId The OAuth 2.0 client identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientId", "getterDocumentation" : "

                                The OAuth 2.0 client identifier.

                                \n@return The OAuth 2.0 client identifier.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientId", "sensitive" : false, "setterDocumentation" : "

                                The OAuth 2.0 client identifier.

                                \n@param clientId The OAuth 2.0 client identifier.", "setterMethodName" : "setClientId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientId", "variableType" : "String", "documentation" : "

                                The OAuth 2.0 client identifier.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientSecret", "beanStyleSetterMethodName" : "setClientSecret", "c2jName" : "ClientSecret", "c2jShape" : "AuthenticateOidcActionClientSecret", "defaultConsumerFluentSetterDocumentation" : "

                                The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

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

                                The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                \n@return The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.\n@deprecated Use {@link #clientSecret()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                \n@param clientSecret The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientSecret(String)}\n", "documentation" : "

                                The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

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

                                The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                \n@param clientSecret The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientSecret", "getterDocumentation" : "

                                The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                \n@return The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientSecret", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientSecret", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientSecret", "sensitive" : false, "setterDocumentation" : "

                                The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                \n@param clientSecret The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.", "setterMethodName" : "setClientSecret", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientSecret", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientSecret", "variableType" : "String", "documentation" : "

                                The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionCookieName", "beanStyleSetterMethodName" : "setSessionCookieName", "c2jName" : "SessionCookieName", "c2jShape" : "AuthenticateOidcActionSessionCookieName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

                                The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                \n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@deprecated Use {@link #sessionCookieName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionCookieName(String)}\n", "documentation" : "

                                The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

                                The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionCookieName", "getterDocumentation" : "

                                The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                \n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionCookieName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionCookieName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SessionCookieName", "sensitive" : false, "setterDocumentation" : "

                                The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "setterMethodName" : "setSessionCookieName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : "

                                The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScope", "beanStyleSetterMethodName" : "setScope", "c2jName" : "Scope", "c2jShape" : "AuthenticateOidcActionScope", "defaultConsumerFluentSetterDocumentation" : "

                                The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

                                The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                \n@return The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@deprecated Use {@link #scope()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scope(String)}\n", "documentation" : "

                                The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

                                The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scope", "getterDocumentation" : "

                                The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                \n@return The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scope", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scope", "sensitive" : false, "setterDocumentation" : "

                                The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "

                                The set of user claims to be requested from the IdP. The default is openid.

                                To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionTimeout", "beanStyleSetterMethodName" : "setSessionTimeout", "c2jName" : "SessionTimeout", "c2jShape" : "AuthenticateOidcActionSessionTimeout", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

                                The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                \n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@deprecated Use {@link #sessionTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionTimeout(Long)}\n", "documentation" : "

                                The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

                                The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionTimeout", "getterDocumentation" : "

                                The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                \n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "SessionTimeout", "sensitive" : false, "setterDocumentation" : "

                                The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "setterMethodName" : "setSessionTimeout", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : "

                                The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAuthenticationRequestExtraParams", "beanStyleSetterMethodName" : "setAuthenticationRequestExtraParams", "c2jName" : "AuthenticationRequestExtraParams", "c2jShape" : "AuthenticateOidcActionAuthenticationRequestExtraParams", "defaultConsumerFluentSetterDocumentation" : "

                                The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

                                The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                \n

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

                                \n

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

                                \n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@deprecated Use {@link #authenticationRequestExtraParams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticationRequestExtraParams(Map)}\n", "documentation" : "

                                The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

                                The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticationRequestExtraParams", "getterDocumentation" : "

                                The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                \n

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

                                \n

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

                                \n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticationRequestExtraParams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticationRequestExtraParams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AuthenticateOidcActionAuthenticationRequestParamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AuthenticateOidcActionAuthenticationRequestParamValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "AuthenticationRequestExtraParams", "sensitive" : false, "setterDocumentation" : "

                                The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "setterMethodName" : "setAuthenticationRequestExtraParams", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : "

                                The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOnUnauthenticatedRequestAsString", "beanStyleSetterMethodName" : "setOnUnauthenticatedRequest", "c2jName" : "OnUnauthenticatedRequest", "c2jShape" : "AuthenticateOidcActionConditionalBehaviorEnum", "defaultConsumerFluentSetterDocumentation" : "

                                The behavior if the user is not authenticated. The following are possible values:

                                • deny - Return an HTTP 401 Unauthorized error.

                                • allow - Allow the request to be forwarded to the target.

                                • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                                The behavior if the user is not authenticated. The following are possible values:

                                • deny - Return an HTTP 401 Unauthorized error.

                                • allow - Allow the request to be forwarded to the target.

                                • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateOidcActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

                                \n@return The behavior if the user is not authenticated. The following are possible values:

                                • deny - Return an HTTP 401 Unauthorized error.

                                • allow - Allow the request to be forwarded to the target.

                                • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                • \n@see AuthenticateOidcActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequestAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                  The behavior if the user is not authenticated. The following are possible values:

                                  • deny - Return an HTTP 401 Unauthorized error.

                                  • allow - Allow the request to be forwarded to the target.

                                  • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                  \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                                  • deny - Return an HTTP 401 Unauthorized error.

                                  • allow - Allow the request to be forwarded to the target.

                                  • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                  • \n@see AuthenticateOidcActionConditionalBehaviorEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthenticateOidcActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequest(String)}\n", "documentation" : "

                                    The behavior if the user is not authenticated. The following are possible values:

                                    • deny - Return an HTTP 401 Unauthorized error.

                                    • allow - Allow the request to be forwarded to the target.

                                    • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                                    The behavior if the user is not authenticated. The following are possible values:

                                    • deny - Return an HTTP 401 Unauthorized error.

                                    • allow - Allow the request to be forwarded to the target.

                                    • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                    \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                                    • deny - Return an HTTP 401 Unauthorized error.

                                    • allow - Allow the request to be forwarded to the target.

                                    • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                                      The behavior if the user is not authenticated. The following are possible values:

                                      • deny - Return an HTTP 401 Unauthorized error.

                                      • allow - Allow the request to be forwarded to the target.

                                      • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateOidcActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

                                      \n@return The behavior if the user is not authenticated. The following are possible values:

                                      • deny - Return an HTTP 401 Unauthorized error.

                                      • allow - Allow the request to be forwarded to the target.

                                      • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                      • \n@see AuthenticateOidcActionConditionalBehaviorEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OnUnauthenticatedRequest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OnUnauthenticatedRequest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OnUnauthenticatedRequest", "sensitive" : false, "setterDocumentation" : "

                                        The behavior if the user is not authenticated. The following are possible values:

                                        • deny - Return an HTTP 401 Unauthorized error.

                                        • allow - Allow the request to be forwarded to the target.

                                        • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                        \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                                        • deny - Return an HTTP 401 Unauthorized error.

                                        • allow - Allow the request to be forwarded to the target.

                                        • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                        • \n@see AuthenticateOidcActionConditionalBehaviorEnum", "setterMethodName" : "setOnUnauthenticatedRequest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : "

                                          The behavior if the user is not authenticated. The following are possible values:

                                          • deny - Return an HTTP 401 Unauthorized error.

                                          • allow - Allow the request to be forwarded to the target.

                                          • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUseExistingClientSecret", "beanStyleSetterMethodName" : "setUseExistingClientSecret", "c2jName" : "UseExistingClientSecret", "c2jShape" : "AuthenticateOidcActionUseExistingClientSecret", "defaultConsumerFluentSetterDocumentation" : "

                                          Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

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

                                          Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                          \n@return Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.\n@deprecated Use {@link #useExistingClientSecret()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                          \n@param useExistingClientSecret Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #useExistingClientSecret(Boolean)}\n", "documentation" : "

                                          Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

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

                                          Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                          \n@param useExistingClientSecret Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "useExistingClientSecret", "getterDocumentation" : "

                                          Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                          \n@return Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UseExistingClientSecret", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UseExistingClientSecret", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "UseExistingClientSecret", "sensitive" : false, "setterDocumentation" : "

                                          Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                          \n@param useExistingClientSecret Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.", "setterMethodName" : "setUseExistingClientSecret", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "useExistingClientSecret", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "useExistingClientSecret", "variableType" : "Boolean", "documentation" : "

                                          Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AuthenticationRequestExtraParams" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAuthenticationRequestExtraParams", "beanStyleSetterMethodName" : "setAuthenticationRequestExtraParams", "c2jName" : "AuthenticationRequestExtraParams", "c2jShape" : "AuthenticateOidcActionAuthenticationRequestExtraParams", "defaultConsumerFluentSetterDocumentation" : "

                                          The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

                                          The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                          \n

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

                                          \n

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

                                          \n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@deprecated Use {@link #authenticationRequestExtraParams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                          \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticationRequestExtraParams(Map)}\n", "documentation" : "

                                          The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

                                          The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                          \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticationRequestExtraParams", "getterDocumentation" : "

                                          The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                          \n

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

                                          \n

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

                                          \n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticationRequestExtraParams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticationRequestExtraParams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AuthenticateOidcActionAuthenticationRequestParamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AuthenticateOidcActionAuthenticationRequestParamValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "AuthenticationRequestExtraParams", "sensitive" : false, "setterDocumentation" : "

                                          The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                          \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "setterMethodName" : "setAuthenticationRequestExtraParams", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : "

                                          The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AuthorizationEndpoint" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAuthorizationEndpoint", "beanStyleSetterMethodName" : "setAuthorizationEndpoint", "c2jName" : "AuthorizationEndpoint", "c2jShape" : "AuthenticateOidcActionAuthorizationEndpoint", "defaultConsumerFluentSetterDocumentation" : "

                                          The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                          The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          \n@return The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #authorizationEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          \n@param authorizationEndpoint The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authorizationEndpoint(String)}\n", "documentation" : "

                                          The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                          The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          \n@param authorizationEndpoint The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authorizationEndpoint", "getterDocumentation" : "

                                          The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          \n@return The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthorizationEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthorizationEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthorizationEndpoint", "sensitive" : false, "setterDocumentation" : "

                                          The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          \n@param authorizationEndpoint The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setAuthorizationEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authorizationEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authorizationEndpoint", "variableType" : "String", "documentation" : "

                                          The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ClientId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientId", "beanStyleSetterMethodName" : "setClientId", "c2jName" : "ClientId", "c2jShape" : "AuthenticateOidcActionClientId", "defaultConsumerFluentSetterDocumentation" : "

                                          The OAuth 2.0 client identifier.

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

                                          The OAuth 2.0 client identifier.

                                          \n@return The OAuth 2.0 client identifier.\n@deprecated Use {@link #clientId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The OAuth 2.0 client identifier.

                                          \n@param clientId The OAuth 2.0 client identifier.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientId(String)}\n", "documentation" : "

                                          The OAuth 2.0 client identifier.

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

                                          The OAuth 2.0 client identifier.

                                          \n@param clientId The OAuth 2.0 client identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientId", "getterDocumentation" : "

                                          The OAuth 2.0 client identifier.

                                          \n@return The OAuth 2.0 client identifier.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientId", "sensitive" : false, "setterDocumentation" : "

                                          The OAuth 2.0 client identifier.

                                          \n@param clientId The OAuth 2.0 client identifier.", "setterMethodName" : "setClientId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientId", "variableType" : "String", "documentation" : "

                                          The OAuth 2.0 client identifier.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ClientSecret" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientSecret", "beanStyleSetterMethodName" : "setClientSecret", "c2jName" : "ClientSecret", "c2jShape" : "AuthenticateOidcActionClientSecret", "defaultConsumerFluentSetterDocumentation" : "

                                          The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

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

                                          The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                          \n@return The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.\n@deprecated Use {@link #clientSecret()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                          \n@param clientSecret The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientSecret(String)}\n", "documentation" : "

                                          The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

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

                                          The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                          \n@param clientSecret The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientSecret", "getterDocumentation" : "

                                          The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                          \n@return The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientSecret", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientSecret", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientSecret", "sensitive" : false, "setterDocumentation" : "

                                          The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                          \n@param clientSecret The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.", "setterMethodName" : "setClientSecret", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientSecret", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientSecret", "variableType" : "String", "documentation" : "

                                          The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Issuer" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIssuer", "beanStyleSetterMethodName" : "setIssuer", "c2jName" : "Issuer", "c2jShape" : "AuthenticateOidcActionIssuer", "defaultConsumerFluentSetterDocumentation" : "

                                          The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                          The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          \n@return The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #issuer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          \n@param issuer The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #issuer(String)}\n", "documentation" : "

                                          The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                          The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          \n@param issuer The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issuer", "getterDocumentation" : "

                                          The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          \n@return The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Issuer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Issuer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Issuer", "sensitive" : false, "setterDocumentation" : "

                                          The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          \n@param issuer The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setIssuer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : "

                                          The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OnUnauthenticatedRequest" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOnUnauthenticatedRequestAsString", "beanStyleSetterMethodName" : "setOnUnauthenticatedRequest", "c2jName" : "OnUnauthenticatedRequest", "c2jShape" : "AuthenticateOidcActionConditionalBehaviorEnum", "defaultConsumerFluentSetterDocumentation" : "

                                          The behavior if the user is not authenticated. The following are possible values:

                                          • deny - Return an HTTP 401 Unauthorized error.

                                          • allow - Allow the request to be forwarded to the target.

                                          • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                                          The behavior if the user is not authenticated. The following are possible values:

                                          • deny - Return an HTTP 401 Unauthorized error.

                                          • allow - Allow the request to be forwarded to the target.

                                          • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                          \n

                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateOidcActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

                                          \n@return The behavior if the user is not authenticated. The following are possible values:

                                          • deny - Return an HTTP 401 Unauthorized error.

                                          • allow - Allow the request to be forwarded to the target.

                                          • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                          • \n@see AuthenticateOidcActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequestAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                            The behavior if the user is not authenticated. The following are possible values:

                                            • deny - Return an HTTP 401 Unauthorized error.

                                            • allow - Allow the request to be forwarded to the target.

                                            • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                            \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                                            • deny - Return an HTTP 401 Unauthorized error.

                                            • allow - Allow the request to be forwarded to the target.

                                            • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                            • \n@see AuthenticateOidcActionConditionalBehaviorEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthenticateOidcActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequest(String)}\n", "documentation" : "

                                              The behavior if the user is not authenticated. The following are possible values:

                                              • deny - Return an HTTP 401 Unauthorized error.

                                              • allow - Allow the request to be forwarded to the target.

                                              • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                                              The behavior if the user is not authenticated. The following are possible values:

                                              • deny - Return an HTTP 401 Unauthorized error.

                                              • allow - Allow the request to be forwarded to the target.

                                              • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                              \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                                              • deny - Return an HTTP 401 Unauthorized error.

                                              • allow - Allow the request to be forwarded to the target.

                                              • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                                                The behavior if the user is not authenticated. The following are possible values:

                                                • deny - Return an HTTP 401 Unauthorized error.

                                                • allow - Allow the request to be forwarded to the target.

                                                • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                \n

                                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateOidcActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

                                                \n@return The behavior if the user is not authenticated. The following are possible values:

                                                • deny - Return an HTTP 401 Unauthorized error.

                                                • allow - Allow the request to be forwarded to the target.

                                                • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                • \n@see AuthenticateOidcActionConditionalBehaviorEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OnUnauthenticatedRequest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OnUnauthenticatedRequest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OnUnauthenticatedRequest", "sensitive" : false, "setterDocumentation" : "

                                                  The behavior if the user is not authenticated. The following are possible values:

                                                  • deny - Return an HTTP 401 Unauthorized error.

                                                  • allow - Allow the request to be forwarded to the target.

                                                  • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                  \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                                                  • deny - Return an HTTP 401 Unauthorized error.

                                                  • allow - Allow the request to be forwarded to the target.

                                                  • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                  • \n@see AuthenticateOidcActionConditionalBehaviorEnum", "setterMethodName" : "setOnUnauthenticatedRequest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : "

                                                    The behavior if the user is not authenticated. The following are possible values:

                                                    • deny - Return an HTTP 401 Unauthorized error.

                                                    • allow - Allow the request to be forwarded to the target.

                                                    • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Scope" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScope", "beanStyleSetterMethodName" : "setScope", "c2jName" : "Scope", "c2jShape" : "AuthenticateOidcActionScope", "defaultConsumerFluentSetterDocumentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    \n@return The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@deprecated Use {@link #scope()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scope(String)}\n", "documentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scope", "getterDocumentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    \n@return The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scope", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scope", "sensitive" : false, "setterDocumentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SessionCookieName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionCookieName", "beanStyleSetterMethodName" : "setSessionCookieName", "c2jName" : "SessionCookieName", "c2jShape" : "AuthenticateOidcActionSessionCookieName", "defaultConsumerFluentSetterDocumentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    \n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@deprecated Use {@link #sessionCookieName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionCookieName(String)}\n", "documentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionCookieName", "getterDocumentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    \n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionCookieName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionCookieName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SessionCookieName", "sensitive" : false, "setterDocumentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "setterMethodName" : "setSessionCookieName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SessionTimeout" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionTimeout", "beanStyleSetterMethodName" : "setSessionTimeout", "c2jName" : "SessionTimeout", "c2jShape" : "AuthenticateOidcActionSessionTimeout", "defaultConsumerFluentSetterDocumentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    \n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@deprecated Use {@link #sessionTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionTimeout(Long)}\n", "documentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionTimeout", "getterDocumentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    \n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "SessionTimeout", "sensitive" : false, "setterDocumentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "setterMethodName" : "setSessionTimeout", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TokenEndpoint" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTokenEndpoint", "beanStyleSetterMethodName" : "setTokenEndpoint", "c2jName" : "TokenEndpoint", "c2jShape" : "AuthenticateOidcActionTokenEndpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #tokenEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param tokenEndpoint The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tokenEndpoint(String)}\n", "documentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param tokenEndpoint The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tokenEndpoint", "getterDocumentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TokenEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TokenEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TokenEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param tokenEndpoint The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setTokenEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tokenEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tokenEndpoint", "variableType" : "String", "documentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UseExistingClientSecret" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUseExistingClientSecret", "beanStyleSetterMethodName" : "setUseExistingClientSecret", "c2jName" : "UseExistingClientSecret", "c2jShape" : "AuthenticateOidcActionUseExistingClientSecret", "defaultConsumerFluentSetterDocumentation" : "

                                                    Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

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

                                                    Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                    \n@return Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.\n@deprecated Use {@link #useExistingClientSecret()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                    \n@param useExistingClientSecret Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #useExistingClientSecret(Boolean)}\n", "documentation" : "

                                                    Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

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

                                                    Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                    \n@param useExistingClientSecret Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "useExistingClientSecret", "getterDocumentation" : "

                                                    Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                    \n@return Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UseExistingClientSecret", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UseExistingClientSecret", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "UseExistingClientSecret", "sensitive" : false, "setterDocumentation" : "

                                                    Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                    \n@param useExistingClientSecret Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.", "setterMethodName" : "setUseExistingClientSecret", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "useExistingClientSecret", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "useExistingClientSecret", "variableType" : "Boolean", "documentation" : "

                                                    Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UserInfoEndpoint" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserInfoEndpoint", "beanStyleSetterMethodName" : "setUserInfoEndpoint", "c2jName" : "UserInfoEndpoint", "c2jShape" : "AuthenticateOidcActionUserInfoEndpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #userInfoEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param userInfoEndpoint The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userInfoEndpoint(String)}\n", "documentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param userInfoEndpoint The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userInfoEndpoint", "getterDocumentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserInfoEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserInfoEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserInfoEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param userInfoEndpoint The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setUserInfoEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userInfoEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userInfoEndpoint", "variableType" : "String", "documentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIssuer", "beanStyleSetterMethodName" : "setIssuer", "c2jName" : "Issuer", "c2jShape" : "AuthenticateOidcActionIssuer", "defaultConsumerFluentSetterDocumentation" : "

                                                    The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #issuer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param issuer The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #issuer(String)}\n", "documentation" : "

                                                    The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param issuer The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issuer", "getterDocumentation" : "

                                                    The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Issuer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Issuer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Issuer", "sensitive" : false, "setterDocumentation" : "

                                                    The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param issuer The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setIssuer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : "

                                                    The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAuthorizationEndpoint", "beanStyleSetterMethodName" : "setAuthorizationEndpoint", "c2jName" : "AuthorizationEndpoint", "c2jShape" : "AuthenticateOidcActionAuthorizationEndpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                    The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #authorizationEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param authorizationEndpoint The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authorizationEndpoint(String)}\n", "documentation" : "

                                                    The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param authorizationEndpoint The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authorizationEndpoint", "getterDocumentation" : "

                                                    The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthorizationEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthorizationEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AuthorizationEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                    The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param authorizationEndpoint The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setAuthorizationEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authorizationEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "authorizationEndpoint", "variableType" : "String", "documentation" : "

                                                    The authorization endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTokenEndpoint", "beanStyleSetterMethodName" : "setTokenEndpoint", "c2jName" : "TokenEndpoint", "c2jShape" : "AuthenticateOidcActionTokenEndpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #tokenEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param tokenEndpoint The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tokenEndpoint(String)}\n", "documentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param tokenEndpoint The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tokenEndpoint", "getterDocumentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TokenEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TokenEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TokenEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param tokenEndpoint The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setTokenEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tokenEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tokenEndpoint", "variableType" : "String", "documentation" : "

                                                    The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserInfoEndpoint", "beanStyleSetterMethodName" : "setUserInfoEndpoint", "c2jName" : "UserInfoEndpoint", "c2jShape" : "AuthenticateOidcActionUserInfoEndpoint", "defaultConsumerFluentSetterDocumentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@deprecated Use {@link #userInfoEndpoint()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param userInfoEndpoint The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userInfoEndpoint(String)}\n", "documentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

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

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param userInfoEndpoint The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userInfoEndpoint", "getterDocumentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@return The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserInfoEndpoint", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UserInfoEndpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UserInfoEndpoint", "sensitive" : false, "setterDocumentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    \n@param userInfoEndpoint The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.", "setterMethodName" : "setUserInfoEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userInfoEndpoint", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "userInfoEndpoint", "variableType" : "String", "documentation" : "

                                                    The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the domain, and the path.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientId", "beanStyleSetterMethodName" : "setClientId", "c2jName" : "ClientId", "c2jShape" : "AuthenticateOidcActionClientId", "defaultConsumerFluentSetterDocumentation" : "

                                                    The OAuth 2.0 client identifier.

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

                                                    The OAuth 2.0 client identifier.

                                                    \n@return The OAuth 2.0 client identifier.\n@deprecated Use {@link #clientId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The OAuth 2.0 client identifier.

                                                    \n@param clientId The OAuth 2.0 client identifier.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientId(String)}\n", "documentation" : "

                                                    The OAuth 2.0 client identifier.

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

                                                    The OAuth 2.0 client identifier.

                                                    \n@param clientId The OAuth 2.0 client identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientId", "getterDocumentation" : "

                                                    The OAuth 2.0 client identifier.

                                                    \n@return The OAuth 2.0 client identifier.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientId", "sensitive" : false, "setterDocumentation" : "

                                                    The OAuth 2.0 client identifier.

                                                    \n@param clientId The OAuth 2.0 client identifier.", "setterMethodName" : "setClientId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientId", "variableType" : "String", "documentation" : "

                                                    The OAuth 2.0 client identifier.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientSecret", "beanStyleSetterMethodName" : "setClientSecret", "c2jName" : "ClientSecret", "c2jShape" : "AuthenticateOidcActionClientSecret", "defaultConsumerFluentSetterDocumentation" : "

                                                    The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

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

                                                    The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                                    \n@return The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.\n@deprecated Use {@link #clientSecret()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                                    \n@param clientSecret The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientSecret(String)}\n", "documentation" : "

                                                    The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

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

                                                    The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                                    \n@param clientSecret The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientSecret", "getterDocumentation" : "

                                                    The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                                    \n@return The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientSecret", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientSecret", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientSecret", "sensitive" : false, "setterDocumentation" : "

                                                    The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                                    \n@param clientSecret The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.", "setterMethodName" : "setClientSecret", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientSecret", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientSecret", "variableType" : "String", "documentation" : "

                                                    The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you are modifying a rule, you can omit this parameter if you set UseExistingClientSecret to true.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionCookieName", "beanStyleSetterMethodName" : "setSessionCookieName", "c2jName" : "SessionCookieName", "c2jShape" : "AuthenticateOidcActionSessionCookieName", "defaultConsumerFluentSetterDocumentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    \n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@deprecated Use {@link #sessionCookieName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionCookieName(String)}\n", "documentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

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

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionCookieName", "getterDocumentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    \n@return The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionCookieName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionCookieName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SessionCookieName", "sensitive" : false, "setterDocumentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    \n@param sessionCookieName The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.", "setterMethodName" : "setSessionCookieName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sessionCookieName", "variableType" : "String", "documentation" : "

                                                    The name of the cookie used to maintain session information. The default is AWSELBAuthSessionCookie.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScope", "beanStyleSetterMethodName" : "setScope", "c2jName" : "Scope", "c2jShape" : "AuthenticateOidcActionScope", "defaultConsumerFluentSetterDocumentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    \n@return The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@deprecated Use {@link #scope()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scope(String)}\n", "documentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

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

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scope", "getterDocumentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    \n@return The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scope", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scope", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scope", "sensitive" : false, "setterDocumentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    \n@param scope The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.", "setterMethodName" : "setScope", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scope", "variableType" : "String", "documentation" : "

                                                    The set of user claims to be requested from the IdP. The default is openid.

                                                    To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSessionTimeout", "beanStyleSetterMethodName" : "setSessionTimeout", "c2jName" : "SessionTimeout", "c2jShape" : "AuthenticateOidcActionSessionTimeout", "defaultConsumerFluentSetterDocumentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    \n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@deprecated Use {@link #sessionTimeout()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sessionTimeout(Long)}\n", "documentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

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

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sessionTimeout", "getterDocumentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    \n@return The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionTimeout", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SessionTimeout", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "SessionTimeout", "sensitive" : false, "setterDocumentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    \n@param sessionTimeout The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).", "setterMethodName" : "setSessionTimeout", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "sessionTimeout", "variableType" : "Long", "documentation" : "

                                                    The maximum duration of the authentication session, in seconds. The default is 604800 seconds (7 days).

                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAuthenticationRequestExtraParams", "beanStyleSetterMethodName" : "setAuthenticationRequestExtraParams", "c2jName" : "AuthenticationRequestExtraParams", "c2jShape" : "AuthenticateOidcActionAuthenticationRequestExtraParams", "defaultConsumerFluentSetterDocumentation" : "

                                                    The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

                                                    The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                                    \n

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

                                                    \n

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

                                                    \n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@deprecated Use {@link #authenticationRequestExtraParams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                                    \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #authenticationRequestExtraParams(Map)}\n", "documentation" : "

                                                    The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

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

                                                    The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                                    \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authenticationRequestExtraParams", "getterDocumentation" : "

                                                    The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                                    \n

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

                                                    \n

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

                                                    \n@return The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthenticationRequestExtraParams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AuthenticationRequestExtraParams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "AuthenticateOidcActionAuthenticationRequestParamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "AuthenticateOidcActionAuthenticationRequestParamValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "AuthenticationRequestExtraParams", "sensitive" : false, "setterDocumentation" : "

                                                    The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                                    \n@param authenticationRequestExtraParams The query parameters (up to 10) to include in the redirect request to the authorization endpoint.", "setterMethodName" : "setAuthenticationRequestExtraParams", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "authenticationRequestExtraParams", "variableType" : "java.util.Map", "documentation" : "

                                                    The query parameters (up to 10) to include in the redirect request to the authorization endpoint.

                                                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOnUnauthenticatedRequestAsString", "beanStyleSetterMethodName" : "setOnUnauthenticatedRequest", "c2jName" : "OnUnauthenticatedRequest", "c2jShape" : "AuthenticateOidcActionConditionalBehaviorEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                    The behavior if the user is not authenticated. The following are possible values:

                                                    • deny - Return an HTTP 401 Unauthorized error.

                                                    • allow - Allow the request to be forwarded to the target.

                                                    • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                                                    The behavior if the user is not authenticated. The following are possible values:

                                                    • deny - Return an HTTP 401 Unauthorized error.

                                                    • allow - Allow the request to be forwarded to the target.

                                                    • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                    \n

                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateOidcActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

                                                    \n@return The behavior if the user is not authenticated. The following are possible values:

                                                    • deny - Return an HTTP 401 Unauthorized error.

                                                    • allow - Allow the request to be forwarded to the target.

                                                    • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                    • \n@see AuthenticateOidcActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequestAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                      The behavior if the user is not authenticated. The following are possible values:

                                                      • deny - Return an HTTP 401 Unauthorized error.

                                                      • allow - Allow the request to be forwarded to the target.

                                                      • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                      \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                                                      • deny - Return an HTTP 401 Unauthorized error.

                                                      • allow - Allow the request to be forwarded to the target.

                                                      • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                      • \n@see AuthenticateOidcActionConditionalBehaviorEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthenticateOidcActionConditionalBehaviorEnum\n@deprecated Use {@link #onUnauthenticatedRequest(String)}\n", "documentation" : "

                                                        The behavior if the user is not authenticated. The following are possible values:

                                                        • deny - Return an HTTP 401 Unauthorized error.

                                                        • allow - Allow the request to be forwarded to the target.

                                                        • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                                                        The behavior if the user is not authenticated. The following are possible values:

                                                        • deny - Return an HTTP 401 Unauthorized error.

                                                        • allow - Allow the request to be forwarded to the target.

                                                        • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                        \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                                                        • deny - Return an HTTP 401 Unauthorized error.

                                                        • allow - Allow the request to be forwarded to the target.

                                                        • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

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

                                                          The behavior if the user is not authenticated. The following are possible values:

                                                          • deny - Return an HTTP 401 Unauthorized error.

                                                          • allow - Allow the request to be forwarded to the target.

                                                          • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                          \n

                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #onUnauthenticatedRequest} will return {@link AuthenticateOidcActionConditionalBehaviorEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #onUnauthenticatedRequestAsString}.\n

                                                          \n@return The behavior if the user is not authenticated. The following are possible values:

                                                          • deny - Return an HTTP 401 Unauthorized error.

                                                          • allow - Allow the request to be forwarded to the target.

                                                          • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                          • \n@see AuthenticateOidcActionConditionalBehaviorEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OnUnauthenticatedRequest", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OnUnauthenticatedRequest", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OnUnauthenticatedRequest", "sensitive" : false, "setterDocumentation" : "

                                                            The behavior if the user is not authenticated. The following are possible values:

                                                            • deny - Return an HTTP 401 Unauthorized error.

                                                            • allow - Allow the request to be forwarded to the target.

                                                            • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                            \n@param onUnauthenticatedRequest The behavior if the user is not authenticated. The following are possible values:

                                                            • deny - Return an HTTP 401 Unauthorized error.

                                                            • allow - Allow the request to be forwarded to the target.

                                                            • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                            • \n@see AuthenticateOidcActionConditionalBehaviorEnum", "setterMethodName" : "setOnUnauthenticatedRequest", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "onUnauthenticatedRequest", "variableType" : "String", "documentation" : "

                                                              The behavior if the user is not authenticated. The following are possible values:

                                                              • deny - Return an HTTP 401 Unauthorized error.

                                                              • allow - Allow the request to be forwarded to the target.

                                                              • authenticate - Redirect the request to the IdP authorization endpoint. This is the default value.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUseExistingClientSecret", "beanStyleSetterMethodName" : "setUseExistingClientSecret", "c2jName" : "UseExistingClientSecret", "c2jShape" : "AuthenticateOidcActionUseExistingClientSecret", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

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

                                                              Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                              \n@return Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.\n@deprecated Use {@link #useExistingClientSecret()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                              \n@param useExistingClientSecret Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #useExistingClientSecret(Boolean)}\n", "documentation" : "

                                                              Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

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

                                                              Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                              \n@param useExistingClientSecret Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "useExistingClientSecret", "getterDocumentation" : "

                                                              Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                              \n@return Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UseExistingClientSecret", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UseExistingClientSecret", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "UseExistingClientSecret", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                              \n@param useExistingClientSecret Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.", "setterMethodName" : "setUseExistingClientSecret", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "useExistingClientSecret", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "useExistingClientSecret", "variableType" : "Boolean", "documentation" : "

                                                              Indicates whether to use the existing client secret when modifying a rule. If you are creating a rule, you can omit this parameter or set it to false.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Issuer", "AuthorizationEndpoint", "TokenEndpoint", "UserInfoEndpoint", "ClientId" ], "shapeName" : "AuthenticateOidcActionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AuthenticateOidcActionConfig", "variableName" : "authenticateOidcActionConfig", "variableType" : "AuthenticateOidcActionConfig", "documentation" : null, "simpleType" : "AuthenticateOidcActionConfig", "variableSetterType" : "AuthenticateOidcActionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "AvailabilityZone" : { "c2jName" : "AvailabilityZone", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              Information about an Availability Zone.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getZoneName", "beanStyleSetterMethodName" : "setZoneName", "c2jName" : "ZoneName", "c2jShape" : "ZoneName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

                                                              \n@return The name of the Availability Zone.\n@deprecated Use {@link #zoneName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

                                                              \n@return The name of the Availability Zone.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ZoneName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ZoneName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ZoneName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the Availability Zone.

                                                              \n@param zoneName The name of the Availability Zone.", "setterMethodName" : "setZoneName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "zoneName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "zoneName", "variableType" : "String", "documentation" : "

                                                              The name of the Availability Zone.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetId", "beanStyleSetterMethodName" : "setSubnetId", "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

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

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@return The ID of the subnet. You can specify one subnet per Availability Zone.\n@deprecated Use {@link #subnetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@param subnetId The ID of the subnet. You can specify one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetId(String)}\n", "documentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

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

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@param subnetId The ID of the subnet. You can specify one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetId", "getterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@return The ID of the subnet. You can specify one subnet per Availability Zone.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetId", "sensitive" : false, "setterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@param subnetId The ID of the subnet. You can specify one subnet per Availability Zone.", "setterMethodName" : "setSubnetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancerAddresses", "beanStyleSetterMethodName" : "setLoadBalancerAddresses", "c2jName" : "LoadBalancerAddresses", "c2jShape" : "LoadBalancerAddresses", "defaultConsumerFluentSetterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

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

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n

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

                                                              \n

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

                                                              \n@return [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.\n@deprecated Use {@link #loadBalancerAddresses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n@param loadBalancerAddresses [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerAddresses(List)}\n", "documentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

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

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n@param loadBalancerAddresses [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerAddresses", "getterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n

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

                                                              \n

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

                                                              \n@return [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAddress.Builder} avoiding the need to create one manually via {@link LoadBalancerAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAddress.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAddress)}.\n@param member a consumer that will call methods on {@link LoadBalancerAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAddress)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAddress)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAddress", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAddress", "variableName" : "member", "variableType" : "LoadBalancerAddress", "documentation" : null, "simpleType" : "LoadBalancerAddress", "variableSetterType" : "LoadBalancerAddress" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAddress", "variableName" : "member", "variableType" : "LoadBalancerAddress", "documentation" : "", "simpleType" : "LoadBalancerAddress", "variableSetterType" : "LoadBalancerAddress" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAddress", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAddress", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancerAddresses", "sensitive" : false, "setterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n@param loadBalancerAddresses [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.", "setterMethodName" : "setLoadBalancerAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerAddresses", "variableType" : "java.util.List", "documentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerAddresses" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancerAddresses", "beanStyleSetterMethodName" : "setLoadBalancerAddresses", "c2jName" : "LoadBalancerAddresses", "c2jShape" : "LoadBalancerAddresses", "defaultConsumerFluentSetterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

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

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n

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

                                                              \n

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

                                                              \n@return [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.\n@deprecated Use {@link #loadBalancerAddresses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n@param loadBalancerAddresses [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerAddresses(List)}\n", "documentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

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

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n@param loadBalancerAddresses [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerAddresses", "getterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n

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

                                                              \n

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

                                                              \n@return [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAddress.Builder} avoiding the need to create one manually via {@link LoadBalancerAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAddress.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAddress)}.\n@param member a consumer that will call methods on {@link LoadBalancerAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAddress)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAddress)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAddress", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAddress", "variableName" : "member", "variableType" : "LoadBalancerAddress", "documentation" : null, "simpleType" : "LoadBalancerAddress", "variableSetterType" : "LoadBalancerAddress" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAddress", "variableName" : "member", "variableType" : "LoadBalancerAddress", "documentation" : "", "simpleType" : "LoadBalancerAddress", "variableSetterType" : "LoadBalancerAddress" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAddress", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAddress", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancerAddresses", "sensitive" : false, "setterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n@param loadBalancerAddresses [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.", "setterMethodName" : "setLoadBalancerAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerAddresses", "variableType" : "java.util.List", "documentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetId", "beanStyleSetterMethodName" : "setSubnetId", "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

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

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@return The ID of the subnet. You can specify one subnet per Availability Zone.\n@deprecated Use {@link #subnetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@param subnetId The ID of the subnet. You can specify one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetId(String)}\n", "documentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

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

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@param subnetId The ID of the subnet. You can specify one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetId", "getterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@return The ID of the subnet. You can specify one subnet per Availability Zone.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetId", "sensitive" : false, "setterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@param subnetId The ID of the subnet. You can specify one subnet per Availability Zone.", "setterMethodName" : "setSubnetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ZoneName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getZoneName", "beanStyleSetterMethodName" : "setZoneName", "c2jName" : "ZoneName", "c2jShape" : "ZoneName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

                                                              \n@return The name of the Availability Zone.\n@deprecated Use {@link #zoneName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

                                                              \n@return The name of the Availability Zone.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ZoneName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ZoneName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ZoneName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the Availability Zone.

                                                              \n@param zoneName The name of the Availability Zone.", "setterMethodName" : "setZoneName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "zoneName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "zoneName", "variableType" : "String", "documentation" : "

                                                              The name of the Availability Zone.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getZoneName", "beanStyleSetterMethodName" : "setZoneName", "c2jName" : "ZoneName", "c2jShape" : "ZoneName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

                                                              \n@return The name of the Availability Zone.\n@deprecated Use {@link #zoneName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

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

                                                              The name of the Availability Zone.

                                                              \n@return The name of the Availability Zone.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ZoneName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ZoneName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ZoneName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the Availability Zone.

                                                              \n@param zoneName The name of the Availability Zone.", "setterMethodName" : "setZoneName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "zoneName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "zoneName", "variableType" : "String", "documentation" : "

                                                              The name of the Availability Zone.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetId", "beanStyleSetterMethodName" : "setSubnetId", "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

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

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@return The ID of the subnet. You can specify one subnet per Availability Zone.\n@deprecated Use {@link #subnetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@param subnetId The ID of the subnet. You can specify one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetId(String)}\n", "documentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

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

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@param subnetId The ID of the subnet. You can specify one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetId", "getterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@return The ID of the subnet. You can specify one subnet per Availability Zone.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetId", "sensitive" : false, "setterDocumentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              \n@param subnetId The ID of the subnet. You can specify one subnet per Availability Zone.", "setterMethodName" : "setSubnetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "

                                                              The ID of the subnet. You can specify one subnet per Availability Zone.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancerAddresses", "beanStyleSetterMethodName" : "setLoadBalancerAddresses", "c2jName" : "LoadBalancerAddresses", "c2jShape" : "LoadBalancerAddresses", "defaultConsumerFluentSetterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

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

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n

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

                                                              \n

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

                                                              \n@return [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.\n@deprecated Use {@link #loadBalancerAddresses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n@param loadBalancerAddresses [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerAddresses(List)}\n", "documentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

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

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n@param loadBalancerAddresses [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerAddresses", "getterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n

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

                                                              \n

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

                                                              \n@return [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAddress.Builder} avoiding the need to create one manually via {@link LoadBalancerAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAddress.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAddress)}.\n@param member a consumer that will call methods on {@link LoadBalancerAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAddress)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAddress)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAddress", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAddress", "variableName" : "member", "variableType" : "LoadBalancerAddress", "documentation" : null, "simpleType" : "LoadBalancerAddress", "variableSetterType" : "LoadBalancerAddress" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAddress", "variableName" : "member", "variableType" : "LoadBalancerAddress", "documentation" : "", "simpleType" : "LoadBalancerAddress", "variableSetterType" : "LoadBalancerAddress" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAddress", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAddress", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancerAddresses", "sensitive" : false, "setterDocumentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              \n@param loadBalancerAddresses [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.", "setterMethodName" : "setLoadBalancerAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerAddresses", "variableType" : "java.util.List", "documentation" : "

                                                              [Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AvailabilityZone", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "availabilityZone", "variableType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "wrapper" : false, "xmlNamespace" : null }, "AvailabilityZoneNotSupportedException" : { "c2jName" : "AvailabilityZoneNotSupportedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The specified Availability Zone is not supported.

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

                                                              Information about an SSL server certificate.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "CertificateArn", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

                                                              \n@return The Amazon Resource Name (ARN) of the certificate.\n@deprecated Use {@link #certificateArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

                                                              \n@param certificateArn The Amazon Resource Name (ARN) of the certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the certificate.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsDefault", "beanStyleSetterMethodName" : "setIsDefault", "c2jName" : "IsDefault", "c2jShape" : "Default", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

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

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@return Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.\n@deprecated Use {@link #isDefault()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@param isDefault Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isDefault(Boolean)}\n", "documentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

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

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@param isDefault Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isDefault", "getterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@return Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsDefault", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsDefault", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsDefault", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@param isDefault Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.", "setterMethodName" : "setIsDefault", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "CertificateArn", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

                                                              \n@return The Amazon Resource Name (ARN) of the certificate.\n@deprecated Use {@link #certificateArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

                                                              \n@param certificateArn The Amazon Resource Name (ARN) of the certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the certificate.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IsDefault" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsDefault", "beanStyleSetterMethodName" : "setIsDefault", "c2jName" : "IsDefault", "c2jShape" : "Default", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

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

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@return Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.\n@deprecated Use {@link #isDefault()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@param isDefault Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isDefault(Boolean)}\n", "documentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

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

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@param isDefault Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isDefault", "getterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@return Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsDefault", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsDefault", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsDefault", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@param isDefault Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.", "setterMethodName" : "setIsDefault", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "CertificateArn", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

                                                              \n@return The Amazon Resource Name (ARN) of the certificate.\n@deprecated Use {@link #certificateArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

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

                                                              The Amazon Resource Name (ARN) of the certificate.

                                                              \n@param certificateArn The Amazon Resource Name (ARN) of the certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the certificate.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsDefault", "beanStyleSetterMethodName" : "setIsDefault", "c2jName" : "IsDefault", "c2jShape" : "Default", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

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

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@return Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.\n@deprecated Use {@link #isDefault()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@param isDefault Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isDefault(Boolean)}\n", "documentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

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

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@param isDefault Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isDefault", "getterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@return Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsDefault", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsDefault", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsDefault", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              \n@param isDefault Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.", "setterMethodName" : "setIsDefault", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : "

                                                              Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Certificate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "wrapper" : false, "xmlNamespace" : null }, "CertificateNotFoundException" : { "c2jName" : "CertificateNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              The specified certificate does not exist.

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

                                                              Information about a cipher used in a policy.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "CipherName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "CipherPriority", "defaultConsumerFluentSetterDocumentation" : "

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

                                                              \n@return The priority of the cipher.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                              The priority of the cipher.

                                                              \n@param priority The priority of the cipher.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                                                              The priority of the cipher.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "CipherName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Priority" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "CipherPriority", "defaultConsumerFluentSetterDocumentation" : "

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

                                                              \n@return The priority of the cipher.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                              The priority of the cipher.

                                                              \n@param priority The priority of the cipher.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                                                              The priority of the cipher.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "CipherName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

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

                                                              The name of the cipher.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "CipherPriority", "defaultConsumerFluentSetterDocumentation" : "

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

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

                                                              The priority of the cipher.

                                                              \n@return The priority of the cipher.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                              The priority of the cipher.

                                                              \n@param priority The priority of the cipher.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                                                              The priority of the cipher.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Cipher", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Cipher", "variableName" : "cipher", "variableType" : "Cipher", "documentation" : null, "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "wrapper" : false, "xmlNamespace" : null }, "CreateListenerRequest" : { "c2jName" : "CreateListenerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateListener", "locationName" : null, "requestUri" : "/", "target" : "CreateListener", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

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

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

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

                                                              \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

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

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

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

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

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

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

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

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

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

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

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

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

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

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                              \n@return The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n@param protocol The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

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

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n@param protocol The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                              \n@return The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n@param protocol The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

                                                              \n@return The port on which the load balancer is listening.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The port on which the load balancer is listening.

                                                              \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

                                                              \n@param port The port on which the load balancer is listening.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                              The port on which the load balancer is listening.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslPolicy", "beanStyleSetterMethodName" : "setSslPolicy", "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

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

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@deprecated Use {@link #sslPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicy(String)}\n", "documentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

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

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicy", "getterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslPolicy", "sensitive" : false, "setterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "setterMethodName" : "setSslPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

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

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n

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

                                                              \n

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

                                                              \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

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

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n

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

                                                              \n

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

                                                              \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

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

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDefaultActions", "beanStyleSetterMethodName" : "setDefaultActions", "c2jName" : "DefaultActions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

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

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

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

                                                              \n

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

                                                              \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #defaultActions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultActions(List)}\n", "documentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

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

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultActions", "getterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

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

                                                              \n

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

                                                              \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultActions", "sensitive" : false, "setterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setDefaultActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificates" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

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

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n

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

                                                              \n

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

                                                              \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

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

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n

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

                                                              \n

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

                                                              \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

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

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultActions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDefaultActions", "beanStyleSetterMethodName" : "setDefaultActions", "c2jName" : "DefaultActions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

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

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

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

                                                              \n

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

                                                              \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #defaultActions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultActions(List)}\n", "documentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

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

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultActions", "getterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

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

                                                              \n

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

                                                              \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultActions", "sensitive" : false, "setterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setDefaultActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LoadBalancerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

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

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

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

                                                              \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

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

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

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

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

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

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

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

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

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

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

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

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Port" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

                                                              \n@return The port on which the load balancer is listening.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The port on which the load balancer is listening.

                                                              \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

                                                              \n@param port The port on which the load balancer is listening.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                              The port on which the load balancer is listening.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Protocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

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

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                              \n@return The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n@param protocol The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

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

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n@param protocol The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                              \n@return The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n@param protocol The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SslPolicy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslPolicy", "beanStyleSetterMethodName" : "setSslPolicy", "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

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

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@deprecated Use {@link #sslPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicy(String)}\n", "documentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

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

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicy", "getterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslPolicy", "sensitive" : false, "setterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "setterMethodName" : "setSslPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

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

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

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

                                                              \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

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

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

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

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

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

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

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

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

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

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

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

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

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

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                              \n@return The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n@param protocol The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

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

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n@param protocol The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                              \n@return The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              \n@param protocol The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                              The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

                                                              \n@return The port on which the load balancer is listening.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The port on which the load balancer is listening.

                                                              \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

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

                                                              The port on which the load balancer is listening.

                                                              \n@param port The port on which the load balancer is listening.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                              The port on which the load balancer is listening.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslPolicy", "beanStyleSetterMethodName" : "setSslPolicy", "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

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

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@deprecated Use {@link #sslPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicy(String)}\n", "documentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

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

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicy", "getterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslPolicy", "sensitive" : false, "setterDocumentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "setterMethodName" : "setSslPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                                                              [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                              • ELBSecurityPolicy-2016-08

                                                              • ELBSecurityPolicy-TLS-1-0-2015-04

                                                              • ELBSecurityPolicy-TLS-1-1-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-2017-01

                                                              • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                              • ELBSecurityPolicy-FS-2018-06

                                                              • ELBSecurityPolicy-FS-1-1-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-2019-08

                                                              • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                              For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

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

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n

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

                                                              \n

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

                                                              \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

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

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n

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

                                                              \n

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

                                                              \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

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

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                              [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                              To create a certificate list for the listener, use AddListenerCertificates.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDefaultActions", "beanStyleSetterMethodName" : "setDefaultActions", "c2jName" : "DefaultActions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

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

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

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

                                                              \n

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

                                                              \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #defaultActions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultActions(List)}\n", "documentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

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

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultActions", "getterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

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

                                                              \n

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

                                                              \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultActions", "sensitive" : false, "setterDocumentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setDefaultActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                                                              The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LoadBalancerArn", "Protocol", "Port", "DefaultActions" ], "shapeName" : "CreateListenerRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateListenerRequest", "variableName" : "createListenerRequest", "variableType" : "CreateListenerRequest", "documentation" : null, "simpleType" : "CreateListenerRequest", "variableSetterType" : "CreateListenerRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateListenerResponse" : { "c2jName" : "CreateListenerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListeners", "beanStyleSetterMethodName" : "setListeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "defaultConsumerFluentSetterDocumentation" : "

                                                              Information about the listener.

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

                                                              Information about the listener.

                                                              \n

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

                                                              \n

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

                                                              \n@return Information about the listener.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Information about the listener.

                                                              \n@param listeners Information about the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                                              Information about the listener.

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

                                                              Information about the listener.

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

                                                              Information about the listener.

                                                              \n

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

                                                              \n

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

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

                                                              Information about the listener.

                                                              \n@param listeners Information about the listener.", "setterMethodName" : "setListeners", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                                                              Information about the listener.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Listeners" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListeners", "beanStyleSetterMethodName" : "setListeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "defaultConsumerFluentSetterDocumentation" : "

                                                              Information about the listener.

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

                                                              Information about the listener.

                                                              \n

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

                                                              \n

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

                                                              \n@return Information about the listener.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Information about the listener.

                                                              \n@param listeners Information about the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                                              Information about the listener.

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

                                                              Information about the listener.

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

                                                              Information about the listener.

                                                              \n

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

                                                              \n

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

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

                                                              Information about the listener.

                                                              \n@param listeners Information about the listener.", "setterMethodName" : "setListeners", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                                                              Information about the listener.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListeners", "beanStyleSetterMethodName" : "setListeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "defaultConsumerFluentSetterDocumentation" : "

                                                              Information about the listener.

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

                                                              Information about the listener.

                                                              \n

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

                                                              \n

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

                                                              \n@return Information about the listener.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Information about the listener.

                                                              \n@param listeners Information about the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                                              Information about the listener.

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

                                                              Information about the listener.

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

                                                              Information about the listener.

                                                              \n

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

                                                              \n

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

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

                                                              Information about the listener.

                                                              \n@param listeners Information about the listener.", "setterMethodName" : "setListeners", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                                                              Information about the listener.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateListenerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateListenerResult" }, "variable" : { "variableDeclarationType" : "CreateListenerResponse", "variableName" : "createListenerResponse", "variableType" : "CreateListenerResponse", "documentation" : null, "simpleType" : "CreateListenerResponse", "variableSetterType" : "CreateListenerResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateLoadBalancerRequest" : { "c2jName" : "CreateLoadBalancerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateLoadBalancer", "locationName" : null, "requestUri" : "/", "target" : "CreateLoadBalancer", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "LoadBalancerName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

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

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@return The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

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

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

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

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

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

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

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@return The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

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

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "defaultConsumerFluentSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

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

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n

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

                                                              \n

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

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.\n@deprecated Use {@link #subnets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n@param subnets The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnets(List)}\n", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

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

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n@param subnets The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n

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

                                                              \n

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

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subnets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "setterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n@param subnets The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetMappings", "beanStyleSetterMethodName" : "setSubnetMappings", "c2jName" : "SubnetMappings", "c2jShape" : "SubnetMappings", "defaultConsumerFluentSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

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

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n

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

                                                              \n

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

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@deprecated Use {@link #subnetMappings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetMappings(List)}\n", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

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

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetMappings", "getterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n

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

                                                              \n

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

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetMappings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetMapping", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubnetMapping.Builder} avoiding the need to create one manually via {@link SubnetMapping#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubnetMapping.Builder#build()} is called immediately and its result is passed to {@link #member(SubnetMapping)}.\n@param member a consumer that will call methods on {@link SubnetMapping.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubnetMapping)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubnetMapping)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubnetMapping", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : null, "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : "", "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubnetMapping", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubnetMapping", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetMappings", "sensitive" : false, "setterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "setterMethodName" : "setSubnetMappings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

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

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n

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

                                                              \n

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

                                                              \n@return [Application Load Balancers] The IDs of the security groups for the load balancer.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n@param securityGroups [Application Load Balancers] The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

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

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n@param securityGroups [Application Load Balancers] The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n

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

                                                              \n

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

                                                              \n@return [Application Load Balancers] The IDs of the security groups for the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n@param securityGroups [Application Load Balancers] The IDs of the security groups for the load balancer.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSchemeAsString", "beanStyleSetterMethodName" : "setScheme", "c2jName" : "Scheme", "c2jShape" : "LoadBalancerSchemeEnum", "defaultConsumerFluentSetterDocumentation" : "

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

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

                                                              The default is an Internet-facing load balancer.

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

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

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

                                                              The default is an Internet-facing load balancer.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

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

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

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #schemeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

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

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

                                                              The default is an Internet-facing load balancer.

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

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

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #scheme(String)}\n", "documentation" : "

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

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

                                                              The default is an Internet-facing load balancer.

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

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

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

                                                              The default is an Internet-facing load balancer.

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

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

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

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

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

                                                              The default is an Internet-facing load balancer.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

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

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

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scheme", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scheme", "sensitive" : false, "setterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum", "setterMethodName" : "setScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return One or more tags to assign to the load balancer.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n@param tags One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n@param tags One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return One or more tags to assign to the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n@param tags One or more tags to assign to the load balancer.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "LoadBalancerTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                              \n@return The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n@param type The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                              The type of load balancer. The default is application.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n@param type The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                              \n@return The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n@param type The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                              The type of load balancer. The default is application.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                              \n@return [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n@param ipAddressType [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n@param ipAddressType [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                              \n@return [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n@param ipAddressType [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IpAddressType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                              \n@return [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n@param ipAddressType [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n@param ipAddressType [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                              \n@return [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n@param ipAddressType [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "LoadBalancerName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@return The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@param name The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@param name The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@return The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@param name The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Scheme" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSchemeAsString", "beanStyleSetterMethodName" : "setScheme", "c2jName" : "Scheme", "c2jShape" : "LoadBalancerSchemeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemeAsString(String)}.\n@param scheme a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheme(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

                                                              \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #schemeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #scheme(String)}\n", "documentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerSchemeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Scheme property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasScheme", "fluentEnumGetterMethodName" : "scheme", "fluentEnumSetterMethodName" : "scheme", "fluentGetterMethodName" : "schemeAsString", "fluentSetterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum", "fluentSetterMethodName" : "scheme", "getterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

                                                              \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scheme", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scheme", "sensitive" : false, "setterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum", "setterMethodName" : "setScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SecurityGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroups(List)}.\n@param securityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                              \n@return [Application Load Balancers] The IDs of the security groups for the load balancer.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n@param securityGroups [Application Load Balancers] The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroups", "fluentSetterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n@param securityGroups [Application Load Balancers] The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                              \n@return [Application Load Balancers] The IDs of the security groups for the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n@param securityGroups [Application Load Balancers] The IDs of the security groups for the load balancer.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetMappings" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetMappings", "beanStyleSetterMethodName" : "setSubnetMappings", "c2jName" : "SubnetMappings", "c2jShape" : "SubnetMappings", "defaultConsumerFluentSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnetMappings(List)}.\n@param subnetMappings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetMappings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSubnetMappings()} to see if a value was sent in this field.\n

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@deprecated Use {@link #subnetMappings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetMappings(List)}\n", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetMappings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetMappings", "fluentSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetMappings", "getterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSubnetMappings()} to see if a value was sent in this field.\n

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetMappings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetMapping", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubnetMapping.Builder} avoiding the need to create one manually via {@link SubnetMapping#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubnetMapping.Builder#build()} is called immediately and its result is passed to {@link #member(SubnetMapping)}.\n@param member a consumer that will call methods on {@link SubnetMapping.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubnetMapping)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubnetMapping)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubnetMapping", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : null, "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : "", "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubnetMapping", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubnetMapping", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetMappings", "sensitive" : false, "setterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "setterMethodName" : "setSubnetMappings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Subnets" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "defaultConsumerFluentSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnets(List)}.\n@param subnets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.\n@deprecated Use {@link #subnets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n@param subnets The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnets(List)}\n", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnets", "fluentSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n@param subnets The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subnets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "setterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n@param subnets The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return One or more tags to assign to the load balancer.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n@param tags One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n@param tags One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return One or more tags to assign to the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n@param tags One or more tags to assign to the load balancer.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "LoadBalancerTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                              \n@return The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n@param type The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                              The type of load balancer. The default is application.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n@param type The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                              \n@return The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n@param type The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                              The type of load balancer. The default is application.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "LoadBalancerName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@return The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@param name The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@param name The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@return The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              \n@param name The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                              The name of the load balancer.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "defaultConsumerFluentSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnets(List)}.\n@param subnets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.\n@deprecated Use {@link #subnets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n@param subnets The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnets(List)}\n", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnets", "fluentSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n@param subnets The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subnets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "setterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              \n@param subnets The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetMappings", "beanStyleSetterMethodName" : "setSubnetMappings", "c2jName" : "SubnetMappings", "c2jShape" : "SubnetMappings", "defaultConsumerFluentSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnetMappings(List)}.\n@param subnetMappings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetMappings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSubnetMappings()} to see if a value was sent in this field.\n

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@deprecated Use {@link #subnetMappings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetMappings(List)}\n", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetMappings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetMappings", "fluentSetterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetMappings", "getterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSubnetMappings()} to see if a value was sent in this field.\n

                                                              \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetMappings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetMapping", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubnetMapping.Builder} avoiding the need to create one manually via {@link SubnetMapping#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubnetMapping.Builder#build()} is called immediately and its result is passed to {@link #member(SubnetMapping)}.\n@param member a consumer that will call methods on {@link SubnetMapping.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubnetMapping)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubnetMapping)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubnetMapping", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : null, "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : "", "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubnetMapping", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubnetMapping", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetMappings", "sensitive" : false, "setterDocumentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "setterMethodName" : "setSubnetMappings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : "

                                                              The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                              [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                              [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroups(List)}.\n@param securityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                              \n@return [Application Load Balancers] The IDs of the security groups for the load balancer.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n@param securityGroups [Application Load Balancers] The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroups", "fluentSetterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n@param securityGroups [Application Load Balancers] The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                              \n@return [Application Load Balancers] The IDs of the security groups for the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              \n@param securityGroups [Application Load Balancers] The IDs of the security groups for the load balancer.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                              [Application Load Balancers] The IDs of the security groups for the load balancer.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSchemeAsString", "beanStyleSetterMethodName" : "setScheme", "c2jName" : "Scheme", "c2jShape" : "LoadBalancerSchemeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemeAsString(String)}.\n@param scheme a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheme(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

                                                              \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #schemeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #scheme(String)}\n", "documentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerSchemeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Scheme property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasScheme", "fluentEnumGetterMethodName" : "scheme", "fluentEnumSetterMethodName" : "scheme", "fluentGetterMethodName" : "schemeAsString", "fluentSetterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum", "fluentSetterMethodName" : "scheme", "getterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

                                                              \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scheme", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scheme", "sensitive" : false, "setterDocumentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum", "setterMethodName" : "setScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "

                                                              The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                              The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                              The default is an Internet-facing load balancer.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return One or more tags to assign to the load balancer.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n@param tags One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n@param tags One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                              \n@return One or more tags to assign to the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              \n@param tags One or more tags to assign to the load balancer.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                              One or more tags to assign to the load balancer.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "LoadBalancerTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                              \n@return The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n@param type The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                              The type of load balancer. The default is application.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n@param type The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                              \n@return The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                              The type of load balancer. The default is application.

                                                              \n@param type The type of load balancer. The default is application.\n@see LoadBalancerTypeEnum", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                              The type of load balancer. The default is application.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                              \n@return [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n@param ipAddressType [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n@param ipAddressType [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                              \n@return [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              \n@param ipAddressType [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                              [Application Load Balancers] The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "CreateLoadBalancerRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateLoadBalancerRequest", "variableName" : "createLoadBalancerRequest", "variableType" : "CreateLoadBalancerRequest", "documentation" : null, "simpleType" : "CreateLoadBalancerRequest", "variableSetterType" : "CreateLoadBalancerRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateLoadBalancerResponse" : { "c2jName" : "CreateLoadBalancerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancers", "beanStyleSetterMethodName" : "setLoadBalancers", "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancers", "defaultConsumerFluentSetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancers(List)}.\n@param loadBalancers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                              \n@return Information about the load balancer.\n@deprecated Use {@link #loadBalancers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n@param loadBalancers Information about the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancers(List)}\n", "documentation" : "

                                                              Information about the load balancer.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancers", "fluentSetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n@param loadBalancers Information about the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancers", "getterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                              \n@return Information about the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancer.Builder} avoiding the need to create one manually via {@link LoadBalancer#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancer.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancer)}.\n@param member a consumer that will call methods on {@link LoadBalancer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : null, "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancers", "sensitive" : false, "setterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n@param loadBalancers Information about the load balancer.", "setterMethodName" : "setLoadBalancers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

                                                              Information about the load balancer.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancers" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancers", "beanStyleSetterMethodName" : "setLoadBalancers", "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancers", "defaultConsumerFluentSetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancers(List)}.\n@param loadBalancers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                              \n@return Information about the load balancer.\n@deprecated Use {@link #loadBalancers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n@param loadBalancers Information about the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancers(List)}\n", "documentation" : "

                                                              Information about the load balancer.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancers", "fluentSetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n@param loadBalancers Information about the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancers", "getterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                              \n@return Information about the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancer.Builder} avoiding the need to create one manually via {@link LoadBalancer#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancer.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancer)}.\n@param member a consumer that will call methods on {@link LoadBalancer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : null, "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancers", "sensitive" : false, "setterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n@param loadBalancers Information about the load balancer.", "setterMethodName" : "setLoadBalancers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

                                                              Information about the load balancer.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancers", "beanStyleSetterMethodName" : "setLoadBalancers", "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancers", "defaultConsumerFluentSetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancers(List)}.\n@param loadBalancers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                              \n@return Information about the load balancer.\n@deprecated Use {@link #loadBalancers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n@param loadBalancers Information about the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancers(List)}\n", "documentation" : "

                                                              Information about the load balancer.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancers", "fluentSetterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n@param loadBalancers Information about the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancers", "getterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                              \n@return Information about the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancer.Builder} avoiding the need to create one manually via {@link LoadBalancer#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancer.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancer)}.\n@param member a consumer that will call methods on {@link LoadBalancer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : null, "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancers", "sensitive" : false, "setterDocumentation" : "

                                                              Information about the load balancer.

                                                              \n@param loadBalancers Information about the load balancer.", "setterMethodName" : "setLoadBalancers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

                                                              Information about the load balancer.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateLoadBalancerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateLoadBalancerResult" }, "variable" : { "variableDeclarationType" : "CreateLoadBalancerResponse", "variableName" : "createLoadBalancerResponse", "variableType" : "CreateLoadBalancerResponse", "documentation" : null, "simpleType" : "CreateLoadBalancerResponse", "variableSetterType" : "CreateLoadBalancerResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateRuleRequest" : { "c2jName" : "CreateRuleInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateRule", "locationName" : null, "requestUri" : "/", "target" : "CreateRule", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConditions", "beanStyleSetterMethodName" : "setConditions", "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #conditions(List)}.\n@param conditions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conditions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                              \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@deprecated Use {@link #conditions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conditions(List)}\n", "documentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Conditions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConditions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "conditions", "fluentSetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "conditions", "getterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                              \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Conditions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleCondition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RuleCondition.Builder} avoiding the need to create one manually via {@link RuleCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link RuleCondition.Builder#build()} is called immediately and its result is passed to {@link #member(RuleCondition)}.\n@param member a consumer that will call methods on {@link RuleCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RuleCondition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RuleCondition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : null, "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Conditions", "sensitive" : false, "setterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "setterMethodName" : "setConditions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "RulePriority", "defaultConsumerFluentSetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #priority(Integer)}.\n@param priority a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priority(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@return The rule priority. A listener can't have multiple rules with the same priority.\n@deprecated Use {@link #priority()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@param priority The rule priority. A listener can't have multiple rules with the same priority.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #priority(Integer)}\n", "documentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Priority property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriority", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "priority", "fluentSetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@param priority The rule priority. A listener can't have multiple rules with the same priority.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "priority", "getterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@return The rule priority. A listener can't have multiple rules with the same priority.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@param priority The rule priority. A listener can't have multiple rules with the same priority.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                              \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                              \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                              \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                              \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Conditions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConditions", "beanStyleSetterMethodName" : "setConditions", "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #conditions(List)}.\n@param conditions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conditions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                              \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@deprecated Use {@link #conditions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conditions(List)}\n", "documentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Conditions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConditions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "conditions", "fluentSetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "conditions", "getterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                              \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Conditions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleCondition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RuleCondition.Builder} avoiding the need to create one manually via {@link RuleCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link RuleCondition.Builder#build()} is called immediately and its result is passed to {@link #member(RuleCondition)}.\n@param member a consumer that will call methods on {@link RuleCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RuleCondition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RuleCondition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : null, "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Conditions", "sensitive" : false, "setterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "setterMethodName" : "setConditions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Priority" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "RulePriority", "defaultConsumerFluentSetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #priority(Integer)}.\n@param priority a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priority(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@return The rule priority. A listener can't have multiple rules with the same priority.\n@deprecated Use {@link #priority()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@param priority The rule priority. A listener can't have multiple rules with the same priority.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #priority(Integer)}\n", "documentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Priority property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriority", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "priority", "fluentSetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@param priority The rule priority. A listener can't have multiple rules with the same priority.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "priority", "getterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@return The rule priority. A listener can't have multiple rules with the same priority.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@param priority The rule priority. A listener can't have multiple rules with the same priority.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the listener.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConditions", "beanStyleSetterMethodName" : "setConditions", "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #conditions(List)}.\n@param conditions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conditions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                              \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@deprecated Use {@link #conditions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conditions(List)}\n", "documentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Conditions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConditions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "conditions", "fluentSetterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "conditions", "getterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                              \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Conditions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleCondition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RuleCondition.Builder} avoiding the need to create one manually via {@link RuleCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link RuleCondition.Builder#build()} is called immediately and its result is passed to {@link #member(RuleCondition)}.\n@param member a consumer that will call methods on {@link RuleCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RuleCondition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RuleCondition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : null, "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Conditions", "sensitive" : false, "setterDocumentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "setterMethodName" : "setConditions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                                              The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "RulePriority", "defaultConsumerFluentSetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #priority(Integer)}.\n@param priority a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priority(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@return The rule priority. A listener can't have multiple rules with the same priority.\n@deprecated Use {@link #priority()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@param priority The rule priority. A listener can't have multiple rules with the same priority.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #priority(Integer)}\n", "documentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Priority property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriority", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "priority", "fluentSetterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@param priority The rule priority. A listener can't have multiple rules with the same priority.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "priority", "getterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@return The rule priority. A listener can't have multiple rules with the same priority.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              \n@param priority The rule priority. A listener can't have multiple rules with the same priority.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                                                              The rule priority. A listener can't have multiple rules with the same priority.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                              \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                              \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                              The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                              If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                              [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                              [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                              [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                              [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ListenerArn", "Conditions", "Priority", "Actions" ], "shapeName" : "CreateRuleRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateRuleRequest", "variableName" : "createRuleRequest", "variableType" : "CreateRuleRequest", "documentation" : null, "simpleType" : "CreateRuleRequest", "variableSetterType" : "CreateRuleRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateRuleResponse" : { "c2jName" : "CreateRuleOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                              Information about the rule.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Information about the rule.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                              \n@return Information about the rule.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Information about the rule.

                                                              \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                              Information about the rule.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                              Information about the rule.

                                                              \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                              Information about the rule.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                              \n@return Information about the rule.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                              Information about the rule.

                                                              \n@param rules Information about the rule.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                              Information about the rule.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Rules" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                              Information about the rule.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Information about the rule.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                              \n@return Information about the rule.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Information about the rule.

                                                              \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                              Information about the rule.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                              Information about the rule.

                                                              \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                              Information about the rule.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                              \n@return Information about the rule.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                              Information about the rule.

                                                              \n@param rules Information about the rule.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                              Information about the rule.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                              Information about the rule.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Information about the rule.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                              \n@return Information about the rule.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Information about the rule.

                                                              \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                              Information about the rule.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                              Information about the rule.

                                                              \n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                              Information about the rule.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n

                                                              \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                              \n@return Information about the rule.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                              Information about the rule.

                                                              \n@param rules Information about the rule.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                              Information about the rule.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateRuleResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateRuleResult" }, "variable" : { "variableDeclarationType" : "CreateRuleResponse", "variableName" : "createRuleResponse", "variableType" : "CreateRuleResponse", "documentation" : null, "simpleType" : "CreateRuleResponse", "variableSetterType" : "CreateRuleResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateTargetGroupRequest" : { "c2jName" : "CreateTargetGroupInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateTargetGroup", "locationName" : null, "requestUri" : "/", "target" : "CreateTargetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TargetGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                              \n@return The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                              \n@param name The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                              The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                              The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                              \n@param name The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                              The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                              \n@return The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                              \n@param name The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                              The name of the target group.

                                                              This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                              The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                              \n@return The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                              \n@param protocol The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                              The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                              The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                              \n@param protocol The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                              The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                              \n@return The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                              The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                              \n@param protocol The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                              The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                              The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                              \n@return The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                              \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                              The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                              The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                              \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                              The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                              \n@return The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                              The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                              \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                              The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "defaultConsumerFluentSetterDocumentation" : "

                                                              The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                              \n@return The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                              \n@param vpcId The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                              The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                              The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                              \n@param vpcId The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                                              The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                              \n@return The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "setterDocumentation" : "

                                                              The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                              \n@param vpcId The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                                              The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                              The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                              \n@return The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                              \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                                              The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckProtocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckProtocol", "fluentEnumGetterMethodName" : "healthCheckProtocol", "fluentEnumSetterMethodName" : "healthCheckProtocol", "fluentGetterMethodName" : "healthCheckProtocolAsString", "fluentSetterDocumentation" : "

                                                              The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                              \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                                              The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                              \n@return The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckProtocol", "sensitive" : false, "setterDocumentation" : "

                                                              The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                              \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum", "setterMethodName" : "setHealthCheckProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                                              The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                              The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                              \n@return The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                              \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                              The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                              The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                              \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                              The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                              \n@return The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                              The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                              \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                              The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckEnabled", "beanStyleSetterMethodName" : "setHealthCheckEnabled", "c2jName" : "HealthCheckEnabled", "c2jShape" : "HealthCheckEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                              \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #healthCheckEnabled(Boolean)}.\n@param healthCheckEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                              \n@return Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.\n@deprecated Use {@link #healthCheckEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                              \n@param healthCheckEnabled Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckEnabled(Boolean)}\n", "documentation" : "

                                                              Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckEnabled", "fluentSetterDocumentation" : "

                                                              Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                              \n@param healthCheckEnabled Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckEnabled", "getterDocumentation" : "

                                                              Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                              \n@return Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HealthCheckEnabled", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                              \n@param healthCheckEnabled Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.", "setterMethodName" : "setHealthCheckEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : "

                                                              Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "defaultConsumerFluentSetterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                              \n@return [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                              \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                                              [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPath", "fluentSetterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                              \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                              \n@return [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPath", "sensitive" : false, "setterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                              \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.", "setterMethodName" : "setHealthCheckPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                                              [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                              The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                              \n@return The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                              \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckIntervalSeconds(Integer)}\n", "documentation" : "

                                                              The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckIntervalSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckIntervalSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckIntervalSeconds", "fluentSetterDocumentation" : "

                                                              The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                              \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                                              The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                              \n@return The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckIntervalSeconds", "sensitive" : false, "setterDocumentation" : "

                                                              The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                              \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.", "setterMethodName" : "setHealthCheckIntervalSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                                              The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckTimeoutSeconds", "beanStyleSetterMethodName" : "setHealthCheckTimeoutSeconds", "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                              The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckTimeoutSeconds(Integer)}.\n@param healthCheckTimeoutSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckTimeoutSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                              \n@return The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.\n@deprecated Use {@link #healthCheckTimeoutSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                              \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckTimeoutSeconds(Integer)}\n", "documentation" : "

                                                              The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckTimeoutSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckTimeoutSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckTimeoutSeconds", "fluentSetterDocumentation" : "

                                                              The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                              \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckTimeoutSeconds", "getterDocumentation" : "

                                                              The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                              \n@return The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckTimeoutSeconds", "sensitive" : false, "setterDocumentation" : "

                                                              The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                              \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.", "setterMethodName" : "setHealthCheckTimeoutSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                                              The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthyThresholdCount", "beanStyleSetterMethodName" : "setHealthyThresholdCount", "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthyThresholdCount(Integer)}.\n@param healthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                              \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.\n@deprecated Use {@link #healthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                              \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthyThresholdCount(Integer)}\n", "documentation" : "

                                                              The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthyThresholdCount", "fluentSetterDocumentation" : "

                                                              The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                              \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthyThresholdCount", "getterDocumentation" : "

                                                              The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                              \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                              The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                              \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.", "setterMethodName" : "setHealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                              The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnhealthyThresholdCount", "beanStyleSetterMethodName" : "setUnhealthyThresholdCount", "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                              \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #unhealthyThresholdCount(Integer)}.\n@param unhealthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unhealthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                              \n@return The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.\n@deprecated Use {@link #unhealthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                              \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unhealthyThresholdCount(Integer)}\n", "documentation" : "

                                                              The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UnhealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUnhealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unhealthyThresholdCount", "fluentSetterDocumentation" : "

                                                              The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                              \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unhealthyThresholdCount", "getterDocumentation" : "

                                                              The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                              \n@return The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UnhealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                              The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                              \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.", "setterMethodName" : "setUnhealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                              The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMatcher", "beanStyleSetterMethodName" : "setMatcher", "c2jName" : "Matcher", "c2jShape" : "Matcher", "defaultConsumerFluentSetterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                              \nThis is a convenience that creates an instance of the {@link Matcher.Builder} avoiding the need to create one manually via {@link Matcher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Matcher.Builder#build()} is called immediately and its result is passed to {@link #matcher(Matcher)}.\n@param matcher a consumer that will call methods on {@link Matcher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matcher(Matcher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                              \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.\n@deprecated Use {@link #matcher()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                              \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matcher(Matcher)}\n", "documentation" : "

                                                              [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matcher property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatcher", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matcher", "fluentSetterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                              \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matcher", "getterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                              \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Matcher", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Matcher", "sensitive" : false, "setterDocumentation" : "

                                                              [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                              \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.", "setterMethodName" : "setMatcher", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : null, "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                                              [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                              ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetTypeAsString", "beanStyleSetterMethodName" : "setTargetType", "c2jName" : "TargetType", "c2jShape" : "TargetTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                              The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                              • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                              • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                              • lambda - The target groups contains a single Lambda function.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetTypeAsString(String)}.\n@param targetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                              • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                              • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                              • lambda - The target groups contains a single Lambda function.

                                                              \n

                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                              \n@return The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                              • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                              • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                              • lambda - The target groups contains a single Lambda function.

                                                              • \n@see TargetTypeEnum\n@deprecated Use {@link #targetTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                • lambda - The target groups contains a single Lambda function.

                                                                \n@param targetType The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                • lambda - The target groups contains a single Lambda function.

                                                                • \n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum\n@deprecated Use {@link #targetType(String)}\n", "documentation" : "

                                                                  The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                  • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                  • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                  • lambda - The target groups contains a single Lambda function.

                                                                  ", "endpointDiscoveryId" : false, "enumType" : "TargetTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetType", "fluentEnumGetterMethodName" : "targetType", "fluentEnumSetterMethodName" : "targetType", "fluentGetterMethodName" : "targetTypeAsString", "fluentSetterDocumentation" : "

                                                                  The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                  • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                  • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                  • lambda - The target groups contains a single Lambda function.

                                                                  \n@param targetType The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                  • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                  • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                  • lambda - The target groups contains a single Lambda function.

                                                                  • \n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum", "fluentSetterMethodName" : "targetType", "getterDocumentation" : "

                                                                    The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                    • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                    • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                    • lambda - The target groups contains a single Lambda function.

                                                                    \n

                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                                    \n@return The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                    • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                    • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                    • lambda - The target groups contains a single Lambda function.

                                                                    • \n@see TargetTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetType", "sensitive" : false, "setterDocumentation" : "

                                                                      The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                      • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                      • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                      • lambda - The target groups contains a single Lambda function.

                                                                      \n@param targetType The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                      • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                      • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                      • lambda - The target groups contains a single Lambda function.

                                                                      • \n@see TargetTypeEnum", "setterMethodName" : "setTargetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : "

                                                                        The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                        • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                        • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                        • lambda - The target groups contains a single Lambda function.

                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckEnabled", "beanStyleSetterMethodName" : "setHealthCheckEnabled", "c2jName" : "HealthCheckEnabled", "c2jShape" : "HealthCheckEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                        Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                        \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #healthCheckEnabled(Boolean)}.\n@param healthCheckEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                        \n@return Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.\n@deprecated Use {@link #healthCheckEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckEnabled(Boolean)}\n", "documentation" : "

                                                                        Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckEnabled", "fluentSetterDocumentation" : "

                                                                        Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckEnabled", "getterDocumentation" : "

                                                                        Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                        \n@return Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HealthCheckEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                        Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.", "setterMethodName" : "setHealthCheckEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : "

                                                                        Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckIntervalSeconds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                        \n@return The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckIntervalSeconds(Integer)}\n", "documentation" : "

                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckIntervalSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckIntervalSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckIntervalSeconds", "fluentSetterDocumentation" : "

                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                        \n@return The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckIntervalSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.", "setterMethodName" : "setHealthCheckIntervalSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPath" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "defaultConsumerFluentSetterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                        \n@return [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                                                        [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPath", "fluentSetterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                        \n@return [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPath", "sensitive" : false, "setterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.", "setterMethodName" : "setHealthCheckPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                                                        [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPort" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                        \n@return The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                                        The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                                        The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                                        The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                        \n@return The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                                        The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                        The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckProtocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                        \n

                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                        \n@return The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                                                        The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckProtocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckProtocol", "fluentEnumGetterMethodName" : "healthCheckProtocol", "fluentEnumSetterMethodName" : "healthCheckProtocol", "fluentGetterMethodName" : "healthCheckProtocolAsString", "fluentSetterDocumentation" : "

                                                                        The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                                                        The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                        \n

                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                        \n@return The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckProtocol", "sensitive" : false, "setterDocumentation" : "

                                                                        The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum", "setterMethodName" : "setHealthCheckProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                                                        The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckTimeoutSeconds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckTimeoutSeconds", "beanStyleSetterMethodName" : "setHealthCheckTimeoutSeconds", "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckTimeoutSeconds(Integer)}.\n@param healthCheckTimeoutSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckTimeoutSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                        \n@return The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.\n@deprecated Use {@link #healthCheckTimeoutSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                        \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckTimeoutSeconds(Integer)}\n", "documentation" : "

                                                                        The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckTimeoutSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckTimeoutSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckTimeoutSeconds", "fluentSetterDocumentation" : "

                                                                        The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                        \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckTimeoutSeconds", "getterDocumentation" : "

                                                                        The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                        \n@return The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckTimeoutSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                        The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                        \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.", "setterMethodName" : "setHealthCheckTimeoutSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                                                        The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthyThresholdCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthyThresholdCount", "beanStyleSetterMethodName" : "setHealthyThresholdCount", "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthyThresholdCount(Integer)}.\n@param healthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                        \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.\n@deprecated Use {@link #healthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthyThresholdCount(Integer)}\n", "documentation" : "

                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthyThresholdCount", "fluentSetterDocumentation" : "

                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthyThresholdCount", "getterDocumentation" : "

                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                        \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.", "setterMethodName" : "setHealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Matcher" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMatcher", "beanStyleSetterMethodName" : "setMatcher", "c2jName" : "Matcher", "c2jShape" : "Matcher", "defaultConsumerFluentSetterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                        \nThis is a convenience that creates an instance of the {@link Matcher.Builder} avoiding the need to create one manually via {@link Matcher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Matcher.Builder#build()} is called immediately and its result is passed to {@link #matcher(Matcher)}.\n@param matcher a consumer that will call methods on {@link Matcher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matcher(Matcher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                        \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.\n@deprecated Use {@link #matcher()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matcher(Matcher)}\n", "documentation" : "

                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matcher property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatcher", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matcher", "fluentSetterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matcher", "getterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                        \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Matcher", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Matcher", "sensitive" : false, "setterDocumentation" : "

                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.", "setterMethodName" : "setMatcher", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : null, "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                        ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TargetGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                        \n@return The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                        \n@param name The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                        The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                        The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                        \n@param name The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                        The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                        \n@return The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                        The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                        \n@param name The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                        The name of the target group.

                                                                        This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Port" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                        \n@return The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                        \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                        The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                        The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                        \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                        The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                        \n@return The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                        The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                        \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                        The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Protocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                        \n

                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                        \n@return The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                        \n@param protocol The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                        The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                                        The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                        \n@param protocol The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                        The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                        \n

                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                        \n@return The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                        The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                        \n@param protocol The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                        The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetTypeAsString", "beanStyleSetterMethodName" : "setTargetType", "c2jName" : "TargetType", "c2jShape" : "TargetTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                        The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                        • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                        • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                        • lambda - The target groups contains a single Lambda function.

                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetTypeAsString(String)}.\n@param targetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                        • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                        • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                        • lambda - The target groups contains a single Lambda function.

                                                                        \n

                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                                        \n@return The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                        • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                        • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                        • lambda - The target groups contains a single Lambda function.

                                                                        • \n@see TargetTypeEnum\n@deprecated Use {@link #targetTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                          The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                          • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                          • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                          • lambda - The target groups contains a single Lambda function.

                                                                          \n@param targetType The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                          • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                          • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                          • lambda - The target groups contains a single Lambda function.

                                                                          • \n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum\n@deprecated Use {@link #targetType(String)}\n", "documentation" : "

                                                                            The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                            • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                            • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                            • lambda - The target groups contains a single Lambda function.

                                                                            ", "endpointDiscoveryId" : false, "enumType" : "TargetTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetType", "fluentEnumGetterMethodName" : "targetType", "fluentEnumSetterMethodName" : "targetType", "fluentGetterMethodName" : "targetTypeAsString", "fluentSetterDocumentation" : "

                                                                            The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                            • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                            • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                            • lambda - The target groups contains a single Lambda function.

                                                                            \n@param targetType The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                            • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                            • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                            • lambda - The target groups contains a single Lambda function.

                                                                            • \n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum", "fluentSetterMethodName" : "targetType", "getterDocumentation" : "

                                                                              The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                              • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                              • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                              • lambda - The target groups contains a single Lambda function.

                                                                              \n

                                                                              \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                                              \n@return The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                              • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                              • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                              • lambda - The target groups contains a single Lambda function.

                                                                              • \n@see TargetTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetType", "sensitive" : false, "setterDocumentation" : "

                                                                                The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                • lambda - The target groups contains a single Lambda function.

                                                                                \n@param targetType The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                • lambda - The target groups contains a single Lambda function.

                                                                                • \n@see TargetTypeEnum", "setterMethodName" : "setTargetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : "

                                                                                  The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                  • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                  • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                  • lambda - The target groups contains a single Lambda function.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UnhealthyThresholdCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnhealthyThresholdCount", "beanStyleSetterMethodName" : "setUnhealthyThresholdCount", "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #unhealthyThresholdCount(Integer)}.\n@param unhealthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unhealthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \n@return The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.\n@deprecated Use {@link #unhealthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unhealthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UnhealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUnhealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unhealthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unhealthyThresholdCount", "getterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \n@return The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UnhealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.", "setterMethodName" : "setUnhealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VpcId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \n@return The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \n@param vpcId The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \n@param vpcId The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \n@return The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "setterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \n@param vpcId The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TargetGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                                  \n@return The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                                  \n@param name The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                  The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                  The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                                  \n@param name The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                  The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                                  \n@return The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                  The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                                  \n@param name The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                  The name of the target group.

                                                                                  This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                                  \n

                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                  \n@return The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                                  \n@param protocol The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                  The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                                                  The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                                  \n@param protocol The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                  The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                                  \n

                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                  \n@return The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                  The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                                  \n@param protocol The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                  The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                                  \n@return The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                                  \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                                  \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                                  \n@return The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                                  \n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                  The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \n@return The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \n@param vpcId The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \n@param vpcId The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \n@return The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "setterDocumentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  \n@param vpcId The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                                                                  The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                  \n

                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                  \n@return The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                  \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                                                                  The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckProtocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckProtocol", "fluentEnumGetterMethodName" : "healthCheckProtocol", "fluentEnumSetterMethodName" : "healthCheckProtocol", "fluentGetterMethodName" : "healthCheckProtocolAsString", "fluentSetterDocumentation" : "

                                                                                  The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                  \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                                                                  The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                  \n

                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                  \n@return The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckProtocol", "sensitive" : false, "setterDocumentation" : "

                                                                                  The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                  \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.\n@see ProtocolEnum", "setterMethodName" : "setHealthCheckProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                                                                  The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers, the default is TCP. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                                  \n@return The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                                  \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                                                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                                                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                                  \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                                                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                                  \n@return The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                                                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                                  \n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                  The port the load balancer uses when performing health checks on targets. The default is traffic-port, which is the port on which each target receives traffic from the load balancer.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckEnabled", "beanStyleSetterMethodName" : "setHealthCheckEnabled", "c2jName" : "HealthCheckEnabled", "c2jShape" : "HealthCheckEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                                  \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #healthCheckEnabled(Boolean)}.\n@param healthCheckEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                                  \n@return Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.\n@deprecated Use {@link #healthCheckEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                                  \n@param healthCheckEnabled Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckEnabled(Boolean)}\n", "documentation" : "

                                                                                  Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckEnabled", "fluentSetterDocumentation" : "

                                                                                  Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                                  \n@param healthCheckEnabled Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckEnabled", "getterDocumentation" : "

                                                                                  Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                                  \n@return Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HealthCheckEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                  Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                                  \n@param healthCheckEnabled Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.", "setterMethodName" : "setHealthCheckEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                  Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance or ip, health checks are always enabled and cannot be disabled.

                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                                  \n@return [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                                  \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                                                                  [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPath", "fluentSetterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                                  \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                                  \n@return [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPath", "sensitive" : false, "setterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                                  \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.", "setterMethodName" : "setHealthCheckPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                                                                  [HTTP/HTTPS health checks] The ping path that is the destination on the targets for health checks. The default is /.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                                  \n@return The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckIntervalSeconds(Integer)}\n", "documentation" : "

                                                                                  The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckIntervalSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckIntervalSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckIntervalSeconds", "fluentSetterDocumentation" : "

                                                                                  The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                                                                  The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                                  \n@return The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckIntervalSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                  The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                                  \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.", "setterMethodName" : "setHealthCheckIntervalSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                                                                  The approximate amount of time, in seconds, between health checks of an individual target. For HTTP and HTTPS health checks, the range is 5–300 seconds. For TCP health checks, the supported values are 10 and 30 seconds. If the target type is instance or ip, the default is 30 seconds. If the target type is lambda, the default is 35 seconds.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckTimeoutSeconds", "beanStyleSetterMethodName" : "setHealthCheckTimeoutSeconds", "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckTimeoutSeconds(Integer)}.\n@param healthCheckTimeoutSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckTimeoutSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                                  \n@return The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.\n@deprecated Use {@link #healthCheckTimeoutSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckTimeoutSeconds(Integer)}\n", "documentation" : "

                                                                                  The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckTimeoutSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckTimeoutSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckTimeoutSeconds", "fluentSetterDocumentation" : "

                                                                                  The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckTimeoutSeconds", "getterDocumentation" : "

                                                                                  The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                                  \n@return The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckTimeoutSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                  The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                                  \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.", "setterMethodName" : "setHealthCheckTimeoutSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                                                                  The amount of time, in seconds, during which no response from a target means a failed health check. For target groups with a protocol of HTTP or HTTPS, the default is 5 seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is lambda, the default is 30 seconds.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthyThresholdCount", "beanStyleSetterMethodName" : "setHealthyThresholdCount", "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthyThresholdCount(Integer)}.\n@param healthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                                  \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.\n@deprecated Use {@link #healthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthyThresholdCount", "getterDocumentation" : "

                                                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                                  \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                                  \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.", "setterMethodName" : "setHealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                  The number of consecutive health checks successes required before considering an unhealthy target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For target groups with a protocol of TCP or TLS, the default is 3. If the target type is lambda, the default is 5.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnhealthyThresholdCount", "beanStyleSetterMethodName" : "setUnhealthyThresholdCount", "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #unhealthyThresholdCount(Integer)}.\n@param unhealthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unhealthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \n@return The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.\n@deprecated Use {@link #unhealthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unhealthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UnhealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUnhealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unhealthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unhealthyThresholdCount", "getterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \n@return The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UnhealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.", "setterMethodName" : "setUnhealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                  The number of consecutive health check failures required before considering a target unhealthy. For target groups with a protocol of HTTP or HTTPS, the default is 2. For target groups with a protocol of TCP or TLS, this value must be the same as the healthy threshold count. If the target type is lambda, the default is 2.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMatcher", "beanStyleSetterMethodName" : "setMatcher", "c2jName" : "Matcher", "c2jShape" : "Matcher", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                  \nThis is a convenience that creates an instance of the {@link Matcher.Builder} avoiding the need to create one manually via {@link Matcher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Matcher.Builder#build()} is called immediately and its result is passed to {@link #matcher(Matcher)}.\n@param matcher a consumer that will call methods on {@link Matcher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matcher(Matcher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                  \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.\n@deprecated Use {@link #matcher()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                  \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matcher(Matcher)}\n", "documentation" : "

                                                                                  [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matcher property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatcher", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matcher", "fluentSetterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                  \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matcher", "getterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                  \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Matcher", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Matcher", "sensitive" : false, "setterDocumentation" : "

                                                                                  [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                  \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.", "setterMethodName" : "setMatcher", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : null, "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                                                                  [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                  ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetTypeAsString", "beanStyleSetterMethodName" : "setTargetType", "c2jName" : "TargetType", "c2jShape" : "TargetTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                  • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                  • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                  • lambda - The target groups contains a single Lambda function.

                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetTypeAsString(String)}.\n@param targetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                  • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                  • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                  • lambda - The target groups contains a single Lambda function.

                                                                                  \n

                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                                                  \n@return The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                  • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                  • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                  • lambda - The target groups contains a single Lambda function.

                                                                                  • \n@see TargetTypeEnum\n@deprecated Use {@link #targetTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                    The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                    • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                    • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                    • lambda - The target groups contains a single Lambda function.

                                                                                    \n@param targetType The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                    • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                    • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                    • lambda - The target groups contains a single Lambda function.

                                                                                    • \n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum\n@deprecated Use {@link #targetType(String)}\n", "documentation" : "

                                                                                      The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                      • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                      • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                      • lambda - The target groups contains a single Lambda function.

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "TargetTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetType", "fluentEnumGetterMethodName" : "targetType", "fluentEnumSetterMethodName" : "targetType", "fluentGetterMethodName" : "targetTypeAsString", "fluentSetterDocumentation" : "

                                                                                      The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                      • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                      • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                      • lambda - The target groups contains a single Lambda function.

                                                                                      \n@param targetType The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                      • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                      • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                      • lambda - The target groups contains a single Lambda function.

                                                                                      • \n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum", "fluentSetterMethodName" : "targetType", "getterDocumentation" : "

                                                                                        The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                        • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                        • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                        • lambda - The target groups contains a single Lambda function.

                                                                                        \n

                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                                                        \n@return The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                        • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                        • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                        • lambda - The target groups contains a single Lambda function.

                                                                                        • \n@see TargetTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetType", "sensitive" : false, "setterDocumentation" : "

                                                                                          The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                          • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                          • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                          • lambda - The target groups contains a single Lambda function.

                                                                                          \n@param targetType The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                          • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                          • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                          • lambda - The target groups contains a single Lambda function.

                                                                                          • \n@see TargetTypeEnum", "setterMethodName" : "setTargetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : "

                                                                                            The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

                                                                                            • instance - Targets are specified by instance ID. This is the default value. If the target group protocol is UDP or TCP_UDP, the target type must be instance.

                                                                                            • ip - Targets are specified by IP address. You can specify IP addresses from the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10). You can't specify publicly routable IP addresses.

                                                                                            • lambda - The target groups contains a single Lambda function.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "CreateTargetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTargetGroupRequest", "variableName" : "createTargetGroupRequest", "variableType" : "CreateTargetGroupRequest", "documentation" : null, "simpleType" : "CreateTargetGroupRequest", "variableSetterType" : "CreateTargetGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateTargetGroupResponse" : { "c2jName" : "CreateTargetGroupOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                            Information about the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroup.Builder} avoiding the need to create one manually via {@link TargetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroup)}.\n@param member a consumer that will call methods on {@link TargetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : null, "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n@param targetGroups Information about the target group.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the target group.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                            Information about the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroup.Builder} avoiding the need to create one manually via {@link TargetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroup)}.\n@param member a consumer that will call methods on {@link TargetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : null, "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n@param targetGroups Information about the target group.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the target group.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                            Information about the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n@param targetGroups Information about the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroup.Builder} avoiding the need to create one manually via {@link TargetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroup)}.\n@param member a consumer that will call methods on {@link TargetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : null, "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the target group.

                                                                                            \n@param targetGroups Information about the target group.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the target group.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateTargetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateTargetGroupResult" }, "variable" : { "variableDeclarationType" : "CreateTargetGroupResponse", "variableName" : "createTargetGroupResponse", "variableType" : "CreateTargetGroupResponse", "documentation" : null, "simpleType" : "CreateTargetGroupResponse", "variableSetterType" : "CreateTargetGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteListenerRequest" : { "c2jName" : "DeleteListenerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteListener", "locationName" : null, "requestUri" : "/", "target" : "DeleteListener", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ListenerArn" ], "shapeName" : "DeleteListenerRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteListenerRequest", "variableName" : "deleteListenerRequest", "variableType" : "DeleteListenerRequest", "documentation" : null, "simpleType" : "DeleteListenerRequest", "variableSetterType" : "DeleteListenerRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteListenerResponse" : { "c2jName" : "DeleteListenerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteListenerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteListenerResult" }, "variable" : { "variableDeclarationType" : "DeleteListenerResponse", "variableName" : "deleteListenerResponse", "variableType" : "DeleteListenerResponse", "documentation" : null, "simpleType" : "DeleteListenerResponse", "variableSetterType" : "DeleteListenerResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteLoadBalancerRequest" : { "c2jName" : "DeleteLoadBalancerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteLoadBalancer", "locationName" : null, "requestUri" : "/", "target" : "DeleteLoadBalancer", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LoadBalancerArn" ], "shapeName" : "DeleteLoadBalancerRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLoadBalancerRequest", "variableName" : "deleteLoadBalancerRequest", "variableType" : "DeleteLoadBalancerRequest", "documentation" : null, "simpleType" : "DeleteLoadBalancerRequest", "variableSetterType" : "DeleteLoadBalancerRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteLoadBalancerResponse" : { "c2jName" : "DeleteLoadBalancerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteLoadBalancerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteLoadBalancerResult" }, "variable" : { "variableDeclarationType" : "DeleteLoadBalancerResponse", "variableName" : "deleteLoadBalancerResponse", "variableType" : "DeleteLoadBalancerResponse", "documentation" : null, "simpleType" : "DeleteLoadBalancerResponse", "variableSetterType" : "DeleteLoadBalancerResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteRuleRequest" : { "c2jName" : "DeleteRuleInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteRule", "locationName" : null, "requestUri" : "/", "target" : "DeleteRule", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RuleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the rule.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleArn" ], "shapeName" : "DeleteRuleRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteRuleRequest", "variableName" : "deleteRuleRequest", "variableType" : "DeleteRuleRequest", "documentation" : null, "simpleType" : "DeleteRuleRequest", "variableSetterType" : "DeleteRuleRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteRuleResponse" : { "c2jName" : "DeleteRuleOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteRuleResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteRuleResult" }, "variable" : { "variableDeclarationType" : "DeleteRuleResponse", "variableName" : "deleteRuleResponse", "variableType" : "DeleteRuleResponse", "documentation" : null, "simpleType" : "DeleteRuleResponse", "variableSetterType" : "DeleteRuleResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteTargetGroupRequest" : { "c2jName" : "DeleteTargetGroupInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteTargetGroup", "locationName" : null, "requestUri" : "/", "target" : "DeleteTargetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetGroupArn" ], "shapeName" : "DeleteTargetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTargetGroupRequest", "variableName" : "deleteTargetGroupRequest", "variableType" : "DeleteTargetGroupRequest", "documentation" : null, "simpleType" : "DeleteTargetGroupRequest", "variableSetterType" : "DeleteTargetGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteTargetGroupResponse" : { "c2jName" : "DeleteTargetGroupOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteTargetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteTargetGroupResult" }, "variable" : { "variableDeclarationType" : "DeleteTargetGroupResponse", "variableName" : "deleteTargetGroupResponse", "variableType" : "DeleteTargetGroupResponse", "documentation" : null, "simpleType" : "DeleteTargetGroupResponse", "variableSetterType" : "DeleteTargetGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeregisterTargetsRequest" : { "c2jName" : "DeregisterTargetsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeregisterTargets", "locationName" : null, "requestUri" : "/", "target" : "DeregisterTargets", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetDescription)}.\n@param member a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Targets" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetDescription)}.\n@param member a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetDescription)}.\n@param member a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            \n@param targets The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                            The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetGroupArn", "Targets" ], "shapeName" : "DeregisterTargetsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeregisterTargetsRequest", "variableName" : "deregisterTargetsRequest", "variableType" : "DeregisterTargetsRequest", "documentation" : null, "simpleType" : "DeregisterTargetsRequest", "variableSetterType" : "DeregisterTargetsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeregisterTargetsResponse" : { "c2jName" : "DeregisterTargetsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeregisterTargetsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeregisterTargetsResult" }, "variable" : { "variableDeclarationType" : "DeregisterTargetsResponse", "variableName" : "deregisterTargetsResponse", "variableType" : "DeregisterTargetsResponse", "documentation" : null, "simpleType" : "DeregisterTargetsResponse", "variableSetterType" : "DeregisterTargetsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeAccountLimitsRequest" : { "c2jName" : "DescribeAccountLimitsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeAccountLimits", "locationName" : null, "requestUri" : "/", "target" : "DescribeAccountLimits", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PageSize" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAccountLimitsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAccountLimitsRequest", "variableName" : "describeAccountLimitsRequest", "variableType" : "DescribeAccountLimitsRequest", "documentation" : null, "simpleType" : "DescribeAccountLimitsRequest", "variableSetterType" : "DescribeAccountLimitsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeAccountLimitsResponse" : { "c2jName" : "DescribeAccountLimitsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLimits", "beanStyleSetterMethodName" : "setLimits", "c2jName" : "Limits", "c2jShape" : "Limits", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #limits(List)}.\n@param limits a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limits(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLimits()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the limits.\n@deprecated Use {@link #limits()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n@param limits Information about the limits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limits(List)}\n", "documentation" : "

                                                                                            Information about the limits.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimits", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limits", "fluentSetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n@param limits Information about the limits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limits", "getterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLimits()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the limits.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limits", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Limit", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Limit.Builder} avoiding the need to create one manually via {@link Limit#builder()}.\n\nWhen the {@link Consumer} completes, {@link Limit.Builder#build()} is called immediately and its result is passed to {@link #member(Limit)}.\n@param member a consumer that will call methods on {@link Limit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Limit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Limit)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Limit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Limit", "variableName" : "member", "variableType" : "Limit", "documentation" : null, "simpleType" : "Limit", "variableSetterType" : "Limit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Limit", "variableName" : "member", "variableType" : "Limit", "documentation" : "", "simpleType" : "Limit", "variableSetterType" : "Limit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Limit", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Limit", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Limits", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n@param limits Information about the limits.", "setterMethodName" : "setLimits", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "limits", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "limits", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the limits.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Limits" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLimits", "beanStyleSetterMethodName" : "setLimits", "c2jName" : "Limits", "c2jShape" : "Limits", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #limits(List)}.\n@param limits a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limits(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLimits()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the limits.\n@deprecated Use {@link #limits()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n@param limits Information about the limits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limits(List)}\n", "documentation" : "

                                                                                            Information about the limits.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimits", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limits", "fluentSetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n@param limits Information about the limits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limits", "getterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLimits()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the limits.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limits", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Limit", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Limit.Builder} avoiding the need to create one manually via {@link Limit#builder()}.\n\nWhen the {@link Consumer} completes, {@link Limit.Builder#build()} is called immediately and its result is passed to {@link #member(Limit)}.\n@param member a consumer that will call methods on {@link Limit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Limit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Limit)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Limit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Limit", "variableName" : "member", "variableType" : "Limit", "documentation" : null, "simpleType" : "Limit", "variableSetterType" : "Limit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Limit", "variableName" : "member", "variableType" : "Limit", "documentation" : "", "simpleType" : "Limit", "variableSetterType" : "Limit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Limit", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Limit", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Limits", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n@param limits Information about the limits.", "setterMethodName" : "setLimits", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "limits", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "limits", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the limits.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLimits", "beanStyleSetterMethodName" : "setLimits", "c2jName" : "Limits", "c2jShape" : "Limits", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #limits(List)}.\n@param limits a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limits(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLimits()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the limits.\n@deprecated Use {@link #limits()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n@param limits Information about the limits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limits(List)}\n", "documentation" : "

                                                                                            Information about the limits.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimits", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limits", "fluentSetterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n@param limits Information about the limits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limits", "getterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLimits()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the limits.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Limits", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Limits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Limit", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Limit.Builder} avoiding the need to create one manually via {@link Limit#builder()}.\n\nWhen the {@link Consumer} completes, {@link Limit.Builder#build()} is called immediately and its result is passed to {@link #member(Limit)}.\n@param member a consumer that will call methods on {@link Limit.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Limit)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Limit)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Limit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Limit", "variableName" : "member", "variableType" : "Limit", "documentation" : null, "simpleType" : "Limit", "variableSetterType" : "Limit" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Limit", "variableName" : "member", "variableType" : "Limit", "documentation" : "", "simpleType" : "Limit", "variableSetterType" : "Limit" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Limit", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Limit", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Limits", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the limits.

                                                                                            \n@param limits Information about the limits.", "setterMethodName" : "setLimits", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "limits", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "limits", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the limits.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAccountLimitsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeAccountLimitsResult" }, "variable" : { "variableDeclarationType" : "DescribeAccountLimitsResponse", "variableName" : "describeAccountLimitsResponse", "variableType" : "DescribeAccountLimitsResponse", "documentation" : null, "simpleType" : "DescribeAccountLimitsResponse", "variableSetterType" : "DescribeAccountLimitsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeListenerCertificatesRequest" : { "c2jName" : "DescribeListenerCertificatesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeListenerCertificates", "locationName" : null, "requestUri" : "/", "target" : "DescribeListenerCertificates", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Names (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Names (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Names (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Names (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Names (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Names (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Names (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Names (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Names (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Names (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PageSize" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Names (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Names (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Names (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Names (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Names (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listener.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ListenerArn" ], "shapeName" : "DescribeListenerCertificatesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeListenerCertificatesRequest", "variableName" : "describeListenerCertificatesRequest", "variableType" : "DescribeListenerCertificatesRequest", "documentation" : null, "simpleType" : "DescribeListenerCertificatesRequest", "variableSetterType" : "DescribeListenerCertificatesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeListenerCertificatesResponse" : { "c2jName" : "DescribeListenerCertificatesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the certificates.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n@param certificates Information about the certificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                            Information about the certificates.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n@param certificates Information about the certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the certificates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n@param certificates Information about the certificates.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the certificates.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificates" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the certificates.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n@param certificates Information about the certificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                            Information about the certificates.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n@param certificates Information about the certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the certificates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n@param certificates Information about the certificates.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the certificates.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the certificates.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n@param certificates Information about the certificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                            Information about the certificates.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n@param certificates Information about the certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the certificates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the certificates.

                                                                                            \n@param certificates Information about the certificates.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the certificates.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeListenerCertificatesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeListenerCertificatesResult" }, "variable" : { "variableDeclarationType" : "DescribeListenerCertificatesResponse", "variableName" : "describeListenerCertificatesResponse", "variableType" : "DescribeListenerCertificatesResponse", "documentation" : null, "simpleType" : "DescribeListenerCertificatesResponse", "variableSetterType" : "DescribeListenerCertificatesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeListenersRequest" : { "c2jName" : "DescribeListenersInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeListeners", "locationName" : null, "requestUri" : "/", "target" : "DescribeListeners", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListenerArns", "beanStyleSetterMethodName" : "setListenerArns", "c2jName" : "ListenerArns", "c2jShape" : "ListenerArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #listenerArns(List)}.\n@param listenerArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListenerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the listeners.\n@deprecated Use {@link #listenerArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListenerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the listeners.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ListenerArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.", "setterMethodName" : "setListenerArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listenerArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listenerArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ListenerArns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListenerArns", "beanStyleSetterMethodName" : "setListenerArns", "c2jName" : "ListenerArns", "c2jShape" : "ListenerArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #listenerArns(List)}.\n@param listenerArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListenerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the listeners.\n@deprecated Use {@link #listenerArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListenerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the listeners.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ListenerArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.", "setterMethodName" : "setListenerArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listenerArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listenerArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LoadBalancerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PageSize" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListenerArns", "beanStyleSetterMethodName" : "setListenerArns", "c2jName" : "ListenerArns", "c2jShape" : "ListenerArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #listenerArns(List)}.\n@param listenerArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListenerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the listeners.\n@deprecated Use {@link #listenerArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListenerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the listeners.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ListenerArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            \n@param listenerArns The Amazon Resource Names (ARN) of the listeners.", "setterMethodName" : "setListenerArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listenerArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listenerArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the listeners.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeListenersRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeListenersRequest", "variableName" : "describeListenersRequest", "variableType" : "DescribeListenersRequest", "documentation" : null, "simpleType" : "DescribeListenersRequest", "variableSetterType" : "DescribeListenersRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeListenersResponse" : { "c2jName" : "DescribeListenersOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListeners", "beanStyleSetterMethodName" : "setListeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #listeners(List)}.\n@param listeners a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listeners(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the listeners.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n@param listeners Information about the listeners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                                                                            Information about the listeners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Listeners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListeners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listeners", "fluentSetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n@param listeners Information about the listeners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listeners", "getterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the listeners.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Listeners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #member(Listener)}.\n@param member a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Listener)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Listener)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Listeners", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n@param listeners Information about the listeners.", "setterMethodName" : "setListeners", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the listeners.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Listeners" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListeners", "beanStyleSetterMethodName" : "setListeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #listeners(List)}.\n@param listeners a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listeners(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the listeners.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n@param listeners Information about the listeners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                                                                            Information about the listeners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Listeners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListeners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listeners", "fluentSetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n@param listeners Information about the listeners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listeners", "getterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the listeners.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Listeners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #member(Listener)}.\n@param member a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Listener)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Listener)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Listeners", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n@param listeners Information about the listeners.", "setterMethodName" : "setListeners", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the listeners.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListeners", "beanStyleSetterMethodName" : "setListeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #listeners(List)}.\n@param listeners a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listeners(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the listeners.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n@param listeners Information about the listeners.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                                                                            Information about the listeners.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Listeners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListeners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listeners", "fluentSetterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n@param listeners Information about the listeners.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listeners", "getterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the listeners.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Listeners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #member(Listener)}.\n@param member a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Listener)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Listener)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Listeners", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the listeners.

                                                                                            \n@param listeners Information about the listeners.", "setterMethodName" : "setListeners", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the listeners.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeListenersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeListenersResult" }, "variable" : { "variableDeclarationType" : "DescribeListenersResponse", "variableName" : "describeListenersResponse", "variableType" : "DescribeListenersResponse", "documentation" : null, "simpleType" : "DescribeListenersResponse", "variableSetterType" : "DescribeListenersResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLoadBalancerAttributesRequest" : { "c2jName" : "DescribeLoadBalancerAttributesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeLoadBalancerAttributes", "locationName" : null, "requestUri" : "/", "target" : "DescribeLoadBalancerAttributes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LoadBalancerArn" ], "shapeName" : "DescribeLoadBalancerAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLoadBalancerAttributesRequest", "variableName" : "describeLoadBalancerAttributesRequest", "variableType" : "DescribeLoadBalancerAttributesRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancerAttributesRequest", "variableSetterType" : "DescribeLoadBalancerAttributesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLoadBalancerAttributesResponse" : { "c2jName" : "DescribeLoadBalancerAttributesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancer attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancer attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAttribute.Builder} avoiding the need to create one manually via {@link LoadBalancerAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAttribute)}.\n@param member a consumer that will call methods on {@link LoadBalancerAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : null, "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n@param attributes Information about the load balancer attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancer attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancer attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAttribute.Builder} avoiding the need to create one manually via {@link LoadBalancerAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAttribute)}.\n@param member a consumer that will call methods on {@link LoadBalancerAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : null, "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n@param attributes Information about the load balancer attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancer attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancer attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAttribute.Builder} avoiding the need to create one manually via {@link LoadBalancerAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAttribute)}.\n@param member a consumer that will call methods on {@link LoadBalancerAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : null, "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            \n@param attributes Information about the load balancer attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the load balancer attributes.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLoadBalancerAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeLoadBalancerAttributesResult" }, "variable" : { "variableDeclarationType" : "DescribeLoadBalancerAttributesResponse", "variableName" : "describeLoadBalancerAttributesResponse", "variableType" : "DescribeLoadBalancerAttributesResponse", "documentation" : null, "simpleType" : "DescribeLoadBalancerAttributesResponse", "variableSetterType" : "DescribeLoadBalancerAttributesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLoadBalancersRequest" : { "c2jName" : "DescribeLoadBalancersInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeLoadBalancers", "locationName" : null, "requestUri" : "/", "target" : "DescribeLoadBalancers", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancerArns", "beanStyleSetterMethodName" : "setLoadBalancerArns", "c2jName" : "LoadBalancerArns", "c2jShape" : "LoadBalancerArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArns(List)}.\n@param loadBalancerArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.\n@deprecated Use {@link #loadBalancerArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancerArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.", "setterMethodName" : "setLoadBalancerArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNames", "beanStyleSetterMethodName" : "setNames", "c2jName" : "Names", "c2jShape" : "LoadBalancerNames", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #names(List)}.\n@param names a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #names(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the load balancers.\n@deprecated Use {@link #names()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n@param names The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #names(List)}\n", "documentation" : "

                                                                                            The names of the load balancers.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Names property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "names", "fluentSetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n@param names The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "names", "getterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the load balancers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Names", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Names", "sensitive" : false, "setterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n@param names The names of the load balancers.", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                                                                                            The names of the load balancers.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancerArns", "beanStyleSetterMethodName" : "setLoadBalancerArns", "c2jName" : "LoadBalancerArns", "c2jShape" : "LoadBalancerArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArns(List)}.\n@param loadBalancerArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.\n@deprecated Use {@link #loadBalancerArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancerArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.", "setterMethodName" : "setLoadBalancerArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Names" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNames", "beanStyleSetterMethodName" : "setNames", "c2jName" : "Names", "c2jShape" : "LoadBalancerNames", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #names(List)}.\n@param names a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #names(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the load balancers.\n@deprecated Use {@link #names()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n@param names The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #names(List)}\n", "documentation" : "

                                                                                            The names of the load balancers.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Names property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "names", "fluentSetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n@param names The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "names", "getterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the load balancers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Names", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Names", "sensitive" : false, "setterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n@param names The names of the load balancers.", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                                                                                            The names of the load balancers.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PageSize" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancerArns", "beanStyleSetterMethodName" : "setLoadBalancerArns", "c2jName" : "LoadBalancerArns", "c2jShape" : "LoadBalancerArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArns(List)}.\n@param loadBalancerArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.\n@deprecated Use {@link #loadBalancerArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancerArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.", "setterMethodName" : "setLoadBalancerArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNames", "beanStyleSetterMethodName" : "setNames", "c2jName" : "Names", "c2jShape" : "LoadBalancerNames", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #names(List)}.\n@param names a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #names(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the load balancers.\n@deprecated Use {@link #names()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n@param names The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #names(List)}\n", "documentation" : "

                                                                                            The names of the load balancers.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Names property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "names", "fluentSetterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n@param names The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "names", "getterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the load balancers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Names", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Names", "sensitive" : false, "setterDocumentation" : "

                                                                                            The names of the load balancers.

                                                                                            \n@param names The names of the load balancers.", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                                                                                            The names of the load balancers.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLoadBalancersRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLoadBalancersRequest", "variableName" : "describeLoadBalancersRequest", "variableType" : "DescribeLoadBalancersRequest", "documentation" : null, "simpleType" : "DescribeLoadBalancersRequest", "variableSetterType" : "DescribeLoadBalancersRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLoadBalancersResponse" : { "c2jName" : "DescribeLoadBalancersOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancers", "beanStyleSetterMethodName" : "setLoadBalancers", "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancers", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancers(List)}.\n@param loadBalancers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancers.\n@deprecated Use {@link #loadBalancers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n@param loadBalancers Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancers(List)}\n", "documentation" : "

                                                                                            Information about the load balancers.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancers", "fluentSetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n@param loadBalancers Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancers", "getterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancer.Builder} avoiding the need to create one manually via {@link LoadBalancer#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancer.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancer)}.\n@param member a consumer that will call methods on {@link LoadBalancer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : null, "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancers", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n@param loadBalancers Information about the load balancers.", "setterMethodName" : "setLoadBalancers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the load balancers.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancers" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancers", "beanStyleSetterMethodName" : "setLoadBalancers", "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancers", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancers(List)}.\n@param loadBalancers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancers.\n@deprecated Use {@link #loadBalancers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n@param loadBalancers Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancers(List)}\n", "documentation" : "

                                                                                            Information about the load balancers.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancers", "fluentSetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n@param loadBalancers Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancers", "getterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancer.Builder} avoiding the need to create one manually via {@link LoadBalancer#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancer.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancer)}.\n@param member a consumer that will call methods on {@link LoadBalancer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : null, "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancers", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n@param loadBalancers Information about the load balancers.", "setterMethodName" : "setLoadBalancers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the load balancers.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancers", "beanStyleSetterMethodName" : "setLoadBalancers", "c2jName" : "LoadBalancers", "c2jShape" : "LoadBalancers", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancers(List)}.\n@param loadBalancers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancers.\n@deprecated Use {@link #loadBalancers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n@param loadBalancers Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancers(List)}\n", "documentation" : "

                                                                                            Information about the load balancers.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancers", "fluentSetterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n@param loadBalancers Information about the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancers", "getterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasLoadBalancers()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the load balancers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancer", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancer.Builder} avoiding the need to create one manually via {@link LoadBalancer#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancer.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancer)}.\n@param member a consumer that will call methods on {@link LoadBalancer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : null, "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "member", "variableType" : "LoadBalancer", "documentation" : "", "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancers", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the load balancers.

                                                                                            \n@param loadBalancers Information about the load balancers.", "setterMethodName" : "setLoadBalancers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancers", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the load balancers.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLoadBalancersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeLoadBalancersResult" }, "variable" : { "variableDeclarationType" : "DescribeLoadBalancersResponse", "variableName" : "describeLoadBalancersResponse", "variableType" : "DescribeLoadBalancersResponse", "documentation" : null, "simpleType" : "DescribeLoadBalancersResponse", "variableSetterType" : "DescribeLoadBalancersResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeRulesRequest" : { "c2jName" : "DescribeRulesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeRules", "locationName" : null, "requestUri" : "/", "target" : "DescribeRules", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRuleArns", "beanStyleSetterMethodName" : "setRuleArns", "c2jName" : "RuleArns", "c2jShape" : "RuleArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ruleArns(List)}.\n@param ruleArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRuleArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the rules.\n@deprecated Use {@link #ruleArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n@param ruleArns The Amazon Resource Names (ARN) of the rules.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n@param ruleArns The Amazon Resource Names (ARN) of the rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRuleArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the rules.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RuleArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n@param ruleArns The Amazon Resource Names (ARN) of the rules.", "setterMethodName" : "setRuleArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PageSize" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleArns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRuleArns", "beanStyleSetterMethodName" : "setRuleArns", "c2jName" : "RuleArns", "c2jShape" : "RuleArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ruleArns(List)}.\n@param ruleArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRuleArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the rules.\n@deprecated Use {@link #ruleArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n@param ruleArns The Amazon Resource Names (ARN) of the rules.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n@param ruleArns The Amazon Resource Names (ARN) of the rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRuleArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the rules.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RuleArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n@param ruleArns The Amazon Resource Names (ARN) of the rules.", "setterMethodName" : "setRuleArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the listener.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRuleArns", "beanStyleSetterMethodName" : "setRuleArns", "c2jName" : "RuleArns", "c2jShape" : "RuleArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ruleArns(List)}.\n@param ruleArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRuleArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the rules.\n@deprecated Use {@link #ruleArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n@param ruleArns The Amazon Resource Names (ARN) of the rules.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n@param ruleArns The Amazon Resource Names (ARN) of the rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRuleArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the rules.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RuleArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            \n@param ruleArns The Amazon Resource Names (ARN) of the rules.", "setterMethodName" : "setRuleArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ruleArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the rules.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeRulesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeRulesRequest", "variableName" : "describeRulesRequest", "variableType" : "DescribeRulesRequest", "documentation" : null, "simpleType" : "DescribeRulesRequest", "variableSetterType" : "DescribeRulesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeRulesResponse" : { "c2jName" : "DescribeRulesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the rules.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                                                            Information about the rules.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the rules.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n@param rules Information about the rules.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the rules.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Rules" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the rules.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                                                            Information about the rules.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the rules.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n@param rules Information about the rules.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the rules.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the rules.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                                                            Information about the rules.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the rules.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the rules.

                                                                                            \n@param rules Information about the rules.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the rules.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeRulesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeRulesResult" }, "variable" : { "variableDeclarationType" : "DescribeRulesResponse", "variableName" : "describeRulesResponse", "variableType" : "DescribeRulesResponse", "documentation" : null, "simpleType" : "DescribeRulesResponse", "variableSetterType" : "DescribeRulesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeSslPoliciesRequest" : { "c2jName" : "DescribeSSLPoliciesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeSSLPolicies", "locationName" : null, "requestUri" : "/", "target" : "DescribeSSLPolicies", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNames", "beanStyleSetterMethodName" : "setNames", "c2jName" : "Names", "c2jShape" : "SslPolicyNames", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #names(List)}.\n@param names a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #names(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the policies.\n@deprecated Use {@link #names()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n@param names The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #names(List)}\n", "documentation" : "

                                                                                            The names of the policies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Names property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "names", "fluentSetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n@param names The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "names", "getterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the policies.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Names", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Names", "sensitive" : false, "setterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n@param names The names of the policies.", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                                                                                            The names of the policies.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Names" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNames", "beanStyleSetterMethodName" : "setNames", "c2jName" : "Names", "c2jShape" : "SslPolicyNames", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #names(List)}.\n@param names a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #names(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the policies.\n@deprecated Use {@link #names()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n@param names The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #names(List)}\n", "documentation" : "

                                                                                            The names of the policies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Names property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "names", "fluentSetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n@param names The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "names", "getterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the policies.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Names", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Names", "sensitive" : false, "setterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n@param names The names of the policies.", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                                                                                            The names of the policies.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PageSize" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNames", "beanStyleSetterMethodName" : "setNames", "c2jName" : "Names", "c2jShape" : "SslPolicyNames", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #names(List)}.\n@param names a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #names(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the policies.\n@deprecated Use {@link #names()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n@param names The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #names(List)}\n", "documentation" : "

                                                                                            The names of the policies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Names property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "names", "fluentSetterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n@param names The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "names", "getterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the policies.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Names", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Names", "sensitive" : false, "setterDocumentation" : "

                                                                                            The names of the policies.

                                                                                            \n@param names The names of the policies.", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                                                                                            The names of the policies.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSslPoliciesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSslPoliciesRequest", "variableName" : "describeSslPoliciesRequest", "variableType" : "DescribeSslPoliciesRequest", "documentation" : null, "simpleType" : "DescribeSslPoliciesRequest", "variableSetterType" : "DescribeSslPoliciesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeSslPoliciesResponse" : { "c2jName" : "DescribeSSLPoliciesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSslPolicies", "beanStyleSetterMethodName" : "setSslPolicies", "c2jName" : "SslPolicies", "c2jShape" : "SslPolicies", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sslPolicies(List)}.\n@param sslPolicies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslPolicies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasSslPolicies()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the security policies.\n@deprecated Use {@link #sslPolicies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n@param sslPolicies Information about the security policies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicies(List)}\n", "documentation" : "

                                                                                            Information about the security policies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslPolicies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslPolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslPolicies", "fluentSetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n@param sslPolicies Information about the security policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicies", "getterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasSslPolicies()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the security policies.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslPolicy", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SslPolicy.Builder} avoiding the need to create one manually via {@link SslPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link SslPolicy.Builder#build()} is called immediately and its result is passed to {@link #member(SslPolicy)}.\n@param member a consumer that will call methods on {@link SslPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SslPolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SslPolicy)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SslPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SslPolicy", "variableName" : "member", "variableType" : "SslPolicy", "documentation" : null, "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SslPolicy", "variableName" : "member", "variableType" : "SslPolicy", "documentation" : "", "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SslPolicy", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SslPolicy", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SslPolicies", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n@param sslPolicies Information about the security policies.", "setterMethodName" : "setSslPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslPolicies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslPolicies", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the security policies.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SslPolicies" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSslPolicies", "beanStyleSetterMethodName" : "setSslPolicies", "c2jName" : "SslPolicies", "c2jShape" : "SslPolicies", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sslPolicies(List)}.\n@param sslPolicies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslPolicies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasSslPolicies()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the security policies.\n@deprecated Use {@link #sslPolicies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n@param sslPolicies Information about the security policies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicies(List)}\n", "documentation" : "

                                                                                            Information about the security policies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslPolicies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslPolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslPolicies", "fluentSetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n@param sslPolicies Information about the security policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicies", "getterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasSslPolicies()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the security policies.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslPolicy", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SslPolicy.Builder} avoiding the need to create one manually via {@link SslPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link SslPolicy.Builder#build()} is called immediately and its result is passed to {@link #member(SslPolicy)}.\n@param member a consumer that will call methods on {@link SslPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SslPolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SslPolicy)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SslPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SslPolicy", "variableName" : "member", "variableType" : "SslPolicy", "documentation" : null, "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SslPolicy", "variableName" : "member", "variableType" : "SslPolicy", "documentation" : "", "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SslPolicy", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SslPolicy", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SslPolicies", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n@param sslPolicies Information about the security policies.", "setterMethodName" : "setSslPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslPolicies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslPolicies", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the security policies.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSslPolicies", "beanStyleSetterMethodName" : "setSslPolicies", "c2jName" : "SslPolicies", "c2jShape" : "SslPolicies", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sslPolicies(List)}.\n@param sslPolicies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslPolicies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasSslPolicies()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the security policies.\n@deprecated Use {@link #sslPolicies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n@param sslPolicies Information about the security policies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicies(List)}\n", "documentation" : "

                                                                                            Information about the security policies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslPolicies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslPolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslPolicies", "fluentSetterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n@param sslPolicies Information about the security policies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicies", "getterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasSslPolicies()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the security policies.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslPolicy", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SslPolicy.Builder} avoiding the need to create one manually via {@link SslPolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link SslPolicy.Builder#build()} is called immediately and its result is passed to {@link #member(SslPolicy)}.\n@param member a consumer that will call methods on {@link SslPolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SslPolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SslPolicy)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SslPolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SslPolicy", "variableName" : "member", "variableType" : "SslPolicy", "documentation" : null, "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SslPolicy", "variableName" : "member", "variableType" : "SslPolicy", "documentation" : "", "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SslPolicy", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SslPolicy", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SslPolicies", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the security policies.

                                                                                            \n@param sslPolicies Information about the security policies.", "setterMethodName" : "setSslPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslPolicies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslPolicies", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the security policies.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSslPoliciesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeSSLPoliciesResult" }, "variable" : { "variableDeclarationType" : "DescribeSslPoliciesResponse", "variableName" : "describeSslPoliciesResponse", "variableType" : "DescribeSslPoliciesResponse", "documentation" : null, "simpleType" : "DescribeSslPoliciesResponse", "variableSetterType" : "DescribeSslPoliciesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeTagsRequest" : { "c2jName" : "DescribeTagsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeTags", "locationName" : null, "requestUri" : "/", "target" : "DescribeTags", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceArns", "beanStyleSetterMethodName" : "setResourceArns", "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourceArns(List)}.\n@param resourceArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.\n@deprecated Use {@link #resourceArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n@param resourceArns The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n@param resourceArns The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ResourceArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n@param resourceArns The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.", "setterMethodName" : "setResourceArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceArns", "beanStyleSetterMethodName" : "setResourceArns", "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourceArns(List)}.\n@param resourceArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.\n@deprecated Use {@link #resourceArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n@param resourceArns The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n@param resourceArns The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ResourceArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n@param resourceArns The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.", "setterMethodName" : "setResourceArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceArns", "beanStyleSetterMethodName" : "setResourceArns", "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourceArns(List)}.\n@param resourceArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.\n@deprecated Use {@link #resourceArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n@param resourceArns The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n@param resourceArns The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ResourceArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            \n@param resourceArns The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.", "setterMethodName" : "setResourceArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArns" ], "shapeName" : "DescribeTagsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTagsRequest", "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "documentation" : null, "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeTagsResponse" : { "c2jName" : "DescribeTagsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagDescriptions", "beanStyleSetterMethodName" : "setTagDescriptions", "c2jName" : "TagDescriptions", "c2jShape" : "TagDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagDescriptions(List)}.\n@param tagDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagDescriptions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTagDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the tags.\n@deprecated Use {@link #tagDescriptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #tagDescriptions(List)}\n", "documentation" : "

                                                                                            Information about the tags.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagDescriptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagDescriptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagDescriptions", "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.", "fluentSetterMethodName" : "tagDescriptions", "getterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTagDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the tags.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagDescriptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TagDescription.Builder} avoiding the need to create one manually via {@link TagDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TagDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TagDescription)}.\n@param member a consumer that will call methods on {@link TagDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TagDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TagDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TagDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TagDescription", "variableName" : "member", "variableType" : "TagDescription", "documentation" : null, "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TagDescription", "variableName" : "member", "variableType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TagDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TagDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagDescriptions", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \n@param tagDescriptions Information about the tags.", "setterMethodName" : "setTagDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the tags.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagDescriptions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagDescriptions", "beanStyleSetterMethodName" : "setTagDescriptions", "c2jName" : "TagDescriptions", "c2jShape" : "TagDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagDescriptions(List)}.\n@param tagDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagDescriptions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTagDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the tags.\n@deprecated Use {@link #tagDescriptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #tagDescriptions(List)}\n", "documentation" : "

                                                                                            Information about the tags.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagDescriptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagDescriptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagDescriptions", "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.", "fluentSetterMethodName" : "tagDescriptions", "getterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTagDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the tags.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagDescriptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TagDescription.Builder} avoiding the need to create one manually via {@link TagDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TagDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TagDescription)}.\n@param member a consumer that will call methods on {@link TagDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TagDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TagDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TagDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TagDescription", "variableName" : "member", "variableType" : "TagDescription", "documentation" : null, "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TagDescription", "variableName" : "member", "variableType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TagDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TagDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagDescriptions", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \n@param tagDescriptions Information about the tags.", "setterMethodName" : "setTagDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the tags.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagDescriptions", "beanStyleSetterMethodName" : "setTagDescriptions", "c2jName" : "TagDescriptions", "c2jShape" : "TagDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagDescriptions(List)}.\n@param tagDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagDescriptions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTagDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the tags.\n@deprecated Use {@link #tagDescriptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #tagDescriptions(List)}\n", "documentation" : "

                                                                                            Information about the tags.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagDescriptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagDescriptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagDescriptions", "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.", "fluentSetterMethodName" : "tagDescriptions", "getterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTagDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the tags.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagDescriptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TagDescription.Builder} avoiding the need to create one manually via {@link TagDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TagDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TagDescription)}.\n@param member a consumer that will call methods on {@link TagDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TagDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TagDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TagDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TagDescription", "variableName" : "member", "variableType" : "TagDescription", "documentation" : null, "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TagDescription", "variableName" : "member", "variableType" : "TagDescription", "documentation" : "", "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TagDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TagDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagDescriptions", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the tags.

                                                                                            \n@param tagDescriptions Information about the tags.", "setterMethodName" : "setTagDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagDescriptions", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the tags.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeTagsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeTagsResult" }, "variable" : { "variableDeclarationType" : "DescribeTagsResponse", "variableName" : "describeTagsResponse", "variableType" : "DescribeTagsResponse", "documentation" : null, "simpleType" : "DescribeTagsResponse", "variableSetterType" : "DescribeTagsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeTargetGroupAttributesRequest" : { "c2jName" : "DescribeTargetGroupAttributesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeTargetGroupAttributes", "locationName" : null, "requestUri" : "/", "target" : "DescribeTargetGroupAttributes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetGroupArn" ], "shapeName" : "DescribeTargetGroupAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTargetGroupAttributesRequest", "variableName" : "describeTargetGroupAttributesRequest", "variableType" : "DescribeTargetGroupAttributesRequest", "documentation" : null, "simpleType" : "DescribeTargetGroupAttributesRequest", "variableSetterType" : "DescribeTargetGroupAttributesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeTargetGroupAttributesResponse" : { "c2jName" : "DescribeTargetGroupAttributesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group attributes\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n@param attributes Information about the target group attributes\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                            Information about the target group attributes

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n@param attributes Information about the target group attributes\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group attributes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupAttribute.Builder} avoiding the need to create one manually via {@link TargetGroupAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupAttribute)}.\n@param member a consumer that will call methods on {@link TargetGroupAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : null, "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n@param attributes Information about the target group attributes", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the target group attributes

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group attributes\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n@param attributes Information about the target group attributes\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                            Information about the target group attributes

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n@param attributes Information about the target group attributes\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group attributes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupAttribute.Builder} avoiding the need to create one manually via {@link TargetGroupAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupAttribute)}.\n@param member a consumer that will call methods on {@link TargetGroupAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : null, "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n@param attributes Information about the target group attributes", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the target group attributes

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group attributes\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n@param attributes Information about the target group attributes\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                            Information about the target group attributes

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n@param attributes Information about the target group attributes\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target group attributes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupAttribute.Builder} avoiding the need to create one manually via {@link TargetGroupAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupAttribute)}.\n@param member a consumer that will call methods on {@link TargetGroupAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : null, "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the target group attributes

                                                                                            \n@param attributes Information about the target group attributes", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the target group attributes

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeTargetGroupAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeTargetGroupAttributesResult" }, "variable" : { "variableDeclarationType" : "DescribeTargetGroupAttributesResponse", "variableName" : "describeTargetGroupAttributesResponse", "variableType" : "DescribeTargetGroupAttributesResponse", "documentation" : null, "simpleType" : "DescribeTargetGroupAttributesResponse", "variableSetterType" : "DescribeTargetGroupAttributesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeTargetGroupsRequest" : { "c2jName" : "DescribeTargetGroupsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeTargetGroups", "locationName" : null, "requestUri" : "/", "target" : "DescribeTargetGroups", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroupArns", "beanStyleSetterMethodName" : "setTargetGroupArns", "c2jName" : "TargetGroupArns", "c2jShape" : "TargetGroupArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArns(List)}.\n@param targetGroupArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroupArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the target groups.\n@deprecated Use {@link #targetGroupArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroupArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the target groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroupArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.", "setterMethodName" : "setTargetGroupArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroupArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroupArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNames", "beanStyleSetterMethodName" : "setNames", "c2jName" : "Names", "c2jShape" : "TargetGroupNames", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #names(List)}.\n@param names a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #names(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the target groups.\n@deprecated Use {@link #names()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n@param names The names of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #names(List)}\n", "documentation" : "

                                                                                            The names of the target groups.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Names property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "names", "fluentSetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n@param names The names of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "names", "getterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the target groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Names", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Names", "sensitive" : false, "setterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n@param names The names of the target groups.", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                                                                                            The names of the target groups.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Marker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Names" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNames", "beanStyleSetterMethodName" : "setNames", "c2jName" : "Names", "c2jShape" : "TargetGroupNames", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #names(List)}.\n@param names a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #names(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the target groups.\n@deprecated Use {@link #names()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n@param names The names of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #names(List)}\n", "documentation" : "

                                                                                            The names of the target groups.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Names property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "names", "fluentSetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n@param names The names of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "names", "getterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the target groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Names", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Names", "sensitive" : false, "setterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n@param names The names of the target groups.", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                                                                                            The names of the target groups.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PageSize" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetGroupArns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroupArns", "beanStyleSetterMethodName" : "setTargetGroupArns", "c2jName" : "TargetGroupArns", "c2jShape" : "TargetGroupArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArns(List)}.\n@param targetGroupArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroupArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the target groups.\n@deprecated Use {@link #targetGroupArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroupArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the target groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroupArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.", "setterMethodName" : "setTargetGroupArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroupArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroupArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the load balancer.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroupArns", "beanStyleSetterMethodName" : "setTargetGroupArns", "c2jName" : "TargetGroupArns", "c2jShape" : "TargetGroupArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArns(List)}.\n@param targetGroupArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroupArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the target groups.\n@deprecated Use {@link #targetGroupArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArns(List)}\n", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArns", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArns", "getterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroupArns()} to see if a value was sent in this field.\n

                                                                                            \n@return The Amazon Resource Names (ARN) of the target groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroupArns", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            \n@param targetGroupArns The Amazon Resource Names (ARN) of the target groups.", "setterMethodName" : "setTargetGroupArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroupArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroupArns", "variableType" : "java.util.List", "documentation" : "

                                                                                            The Amazon Resource Names (ARN) of the target groups.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNames", "beanStyleSetterMethodName" : "setNames", "c2jName" : "Names", "c2jShape" : "TargetGroupNames", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #names(List)}.\n@param names a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #names(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the target groups.\n@deprecated Use {@link #names()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n@param names The names of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #names(List)}\n", "documentation" : "

                                                                                            The names of the target groups.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Names property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "names", "fluentSetterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n@param names The names of the target groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "names", "getterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasNames()} to see if a value was sent in this field.\n

                                                                                            \n@return The names of the target groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Names", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Names", "sensitive" : false, "setterDocumentation" : "

                                                                                            The names of the target groups.

                                                                                            \n@param names The names of the target groups.", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

                                                                                            The names of the target groups.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            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.)\n@deprecated Use {@link #marker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            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.\n@deprecated Use {@link #marker(String)}\n", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Marker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "marker", "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.", "fluentSetterMethodName" : "marker", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Marker", "sensitive" : false, "setterDocumentation" : "

                                                                                            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.)", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                                                                                            The marker for the next set of results. (You received this marker from a previous call.)

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPageSize", "beanStyleSetterMethodName" : "setPageSize", "c2jName" : "PageSize", "c2jShape" : "PageSize", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pageSize(Integer)}.\n@param pageSize a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pageSize(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.\n@deprecated Use {@link #pageSize()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pageSize(Integer)}\n", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PageSize property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPageSize", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageSize", "fluentSetterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageSize", "getterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@return The maximum number of results to return with this call.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PageSize", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PageSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "PageSize", "sensitive" : false, "setterDocumentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            \n@param pageSize The maximum number of results to return with this call.", "setterMethodName" : "setPageSize", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "pageSize", "variableType" : "Integer", "documentation" : "

                                                                                            The maximum number of results to return with this call.

                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeTargetGroupsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTargetGroupsRequest", "variableName" : "describeTargetGroupsRequest", "variableType" : "DescribeTargetGroupsRequest", "documentation" : null, "simpleType" : "DescribeTargetGroupsRequest", "variableSetterType" : "DescribeTargetGroupsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeTargetGroupsResponse" : { "c2jName" : "DescribeTargetGroupsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target groups.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n@param targetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                            Information about the target groups.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n@param targetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroup.Builder} avoiding the need to create one manually via {@link TargetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroup)}.\n@param member a consumer that will call methods on {@link TargetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : null, "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n@param targetGroups Information about the target groups.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the target groups.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextMarker" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target groups.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n@param targetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                            Information about the target groups.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n@param targetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroup.Builder} avoiding the need to create one manually via {@link TargetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroup)}.\n@param member a consumer that will call methods on {@link TargetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : null, "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n@param targetGroups Information about the target groups.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the target groups.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target groups.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n@param targetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                            Information about the target groups.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n@param targetGroups Information about the target groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the target groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroup.Builder} avoiding the need to create one manually via {@link TargetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroup)}.\n@param member a consumer that will call methods on {@link TargetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : null, "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the target groups.

                                                                                            \n@param targetGroups Information about the target groups.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the target groups.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextMarker", "beanStyleSetterMethodName" : "setNextMarker", "c2jName" : "NextMarker", "c2jShape" : "Marker", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextMarker(String)}.\n@param nextMarker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextMarker(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@deprecated Use {@link #nextMarker()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextMarker(String)}\n", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextMarker property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextMarker", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextMarker", "fluentSetterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextMarker", "getterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@return If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextMarker", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextMarker", "sensitive" : false, "setterDocumentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            \n@param nextMarker If there are additional results, this is the marker for the next set of results. Otherwise, this is null.", "setterMethodName" : "setNextMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

                                                                                            If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeTargetGroupsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeTargetGroupsResult" }, "variable" : { "variableDeclarationType" : "DescribeTargetGroupsResponse", "variableName" : "describeTargetGroupsResponse", "variableType" : "DescribeTargetGroupsResponse", "documentation" : null, "simpleType" : "DescribeTargetGroupsResponse", "variableSetterType" : "DescribeTargetGroupsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeTargetHealthRequest" : { "c2jName" : "DescribeTargetHealthInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeTargetHealth", "locationName" : null, "requestUri" : "/", "target" : "DescribeTargetHealth", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The targets.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The targets.

                                                                                            \n@param targets The targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                            The targets.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                            The targets.

                                                                                            \n@param targets The targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                            The targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetDescription)}.\n@param member a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                            The targets.

                                                                                            \n@param targets The targets.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                            The targets.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Targets" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The targets.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The targets.

                                                                                            \n@param targets The targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                            The targets.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                            The targets.

                                                                                            \n@param targets The targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                            The targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetDescription)}.\n@param member a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                            The targets.

                                                                                            \n@param targets The targets.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                            The targets.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                            The Amazon Resource Name (ARN) of the target group.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The targets.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The targets.

                                                                                            \n@param targets The targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                            The targets.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                            The targets.

                                                                                            \n@param targets The targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                            The targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                            \n@return The targets.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetDescription)}.\n@param member a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                            The targets.

                                                                                            \n@param targets The targets.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                            The targets.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetGroupArn" ], "shapeName" : "DescribeTargetHealthRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTargetHealthRequest", "variableName" : "describeTargetHealthRequest", "variableType" : "DescribeTargetHealthRequest", "documentation" : null, "simpleType" : "DescribeTargetHealthRequest", "variableSetterType" : "DescribeTargetHealthRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeTargetHealthResponse" : { "c2jName" : "DescribeTargetHealthOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetHealthDescriptions", "beanStyleSetterMethodName" : "setTargetHealthDescriptions", "c2jName" : "TargetHealthDescriptions", "c2jShape" : "TargetHealthDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetHealthDescriptions(List)}.\n@param targetHealthDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetHealthDescriptions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetHealthDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the health of the targets.\n@deprecated Use {@link #targetHealthDescriptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n@param targetHealthDescriptions Information about the health of the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetHealthDescriptions(List)}\n", "documentation" : "

                                                                                            Information about the health of the targets.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetHealthDescriptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetHealthDescriptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetHealthDescriptions", "fluentSetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n@param targetHealthDescriptions Information about the health of the targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetHealthDescriptions", "getterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetHealthDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the health of the targets.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetHealthDescriptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetHealthDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetHealthDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetHealthDescription.Builder} avoiding the need to create one manually via {@link TargetHealthDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetHealthDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetHealthDescription)}.\n@param member a consumer that will call methods on {@link TargetHealthDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetHealthDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetHealthDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetHealthDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "member", "variableType" : "TargetHealthDescription", "documentation" : null, "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "member", "variableType" : "TargetHealthDescription", "documentation" : "", "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetHealthDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetHealthDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetHealthDescriptions", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n@param targetHealthDescriptions Information about the health of the targets.", "setterMethodName" : "setTargetHealthDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetHealthDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetHealthDescriptions", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the health of the targets.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetHealthDescriptions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetHealthDescriptions", "beanStyleSetterMethodName" : "setTargetHealthDescriptions", "c2jName" : "TargetHealthDescriptions", "c2jShape" : "TargetHealthDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetHealthDescriptions(List)}.\n@param targetHealthDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetHealthDescriptions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetHealthDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the health of the targets.\n@deprecated Use {@link #targetHealthDescriptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n@param targetHealthDescriptions Information about the health of the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetHealthDescriptions(List)}\n", "documentation" : "

                                                                                            Information about the health of the targets.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetHealthDescriptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetHealthDescriptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetHealthDescriptions", "fluentSetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n@param targetHealthDescriptions Information about the health of the targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetHealthDescriptions", "getterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetHealthDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the health of the targets.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetHealthDescriptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetHealthDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetHealthDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetHealthDescription.Builder} avoiding the need to create one manually via {@link TargetHealthDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetHealthDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetHealthDescription)}.\n@param member a consumer that will call methods on {@link TargetHealthDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetHealthDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetHealthDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetHealthDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "member", "variableType" : "TargetHealthDescription", "documentation" : null, "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "member", "variableType" : "TargetHealthDescription", "documentation" : "", "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetHealthDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetHealthDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetHealthDescriptions", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n@param targetHealthDescriptions Information about the health of the targets.", "setterMethodName" : "setTargetHealthDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetHealthDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetHealthDescriptions", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the health of the targets.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetHealthDescriptions", "beanStyleSetterMethodName" : "setTargetHealthDescriptions", "c2jName" : "TargetHealthDescriptions", "c2jShape" : "TargetHealthDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetHealthDescriptions(List)}.\n@param targetHealthDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetHealthDescriptions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetHealthDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the health of the targets.\n@deprecated Use {@link #targetHealthDescriptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n@param targetHealthDescriptions Information about the health of the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetHealthDescriptions(List)}\n", "documentation" : "

                                                                                            Information about the health of the targets.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetHealthDescriptions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetHealthDescriptions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetHealthDescriptions", "fluentSetterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n@param targetHealthDescriptions Information about the health of the targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetHealthDescriptions", "getterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetHealthDescriptions()} to see if a value was sent in this field.\n

                                                                                            \n@return Information about the health of the targets.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetHealthDescriptions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetHealthDescriptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetHealthDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetHealthDescription.Builder} avoiding the need to create one manually via {@link TargetHealthDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetHealthDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetHealthDescription)}.\n@param member a consumer that will call methods on {@link TargetHealthDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetHealthDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetHealthDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetHealthDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "member", "variableType" : "TargetHealthDescription", "documentation" : null, "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "member", "variableType" : "TargetHealthDescription", "documentation" : "", "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetHealthDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetHealthDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetHealthDescriptions", "sensitive" : false, "setterDocumentation" : "

                                                                                            Information about the health of the targets.

                                                                                            \n@param targetHealthDescriptions Information about the health of the targets.", "setterMethodName" : "setTargetHealthDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetHealthDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetHealthDescriptions", "variableType" : "java.util.List", "documentation" : "

                                                                                            Information about the health of the targets.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeTargetHealthResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeTargetHealthResult" }, "variable" : { "variableDeclarationType" : "DescribeTargetHealthResponse", "variableName" : "describeTargetHealthResponse", "variableType" : "DescribeTargetHealthResponse", "documentation" : null, "simpleType" : "DescribeTargetHealthResponse", "variableSetterType" : "DescribeTargetHealthResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DuplicateListenerException" : { "c2jName" : "DuplicateListenerException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A listener with the specified port already exists.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DuplicateListener", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicateListenerException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateListenerException", "variableName" : "duplicateListenerException", "variableType" : "DuplicateListenerException", "documentation" : null, "simpleType" : "DuplicateListenerException", "variableSetterType" : "DuplicateListenerException" }, "wrapper" : false, "xmlNamespace" : null }, "DuplicateLoadBalancerNameException" : { "c2jName" : "DuplicateLoadBalancerNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A load balancer with the specified name already exists.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DuplicateLoadBalancerName", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicateLoadBalancerNameException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateLoadBalancerNameException", "variableName" : "duplicateLoadBalancerNameException", "variableType" : "DuplicateLoadBalancerNameException", "documentation" : null, "simpleType" : "DuplicateLoadBalancerNameException", "variableSetterType" : "DuplicateLoadBalancerNameException" }, "wrapper" : false, "xmlNamespace" : null }, "DuplicateTagKeysException" : { "c2jName" : "DuplicateTagKeysException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A tag key was specified more than once.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DuplicateTagKeys", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicateTagKeysException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateTagKeysException", "variableName" : "duplicateTagKeysException", "variableType" : "DuplicateTagKeysException", "documentation" : null, "simpleType" : "DuplicateTagKeysException", "variableSetterType" : "DuplicateTagKeysException" }, "wrapper" : false, "xmlNamespace" : null }, "DuplicateTargetGroupNameException" : { "c2jName" : "DuplicateTargetGroupNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A target group with the specified name already exists.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DuplicateTargetGroupName", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicateTargetGroupNameException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateTargetGroupNameException", "variableName" : "duplicateTargetGroupNameException", "variableType" : "DuplicateTargetGroupNameException", "documentation" : null, "simpleType" : "DuplicateTargetGroupNameException", "variableSetterType" : "DuplicateTargetGroupNameException" }, "wrapper" : false, "xmlNamespace" : null }, "FixedResponseActionConfig" : { "c2jName" : "FixedResponseActionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Information about an action that returns a custom HTTP response.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessageBody", "beanStyleSetterMethodName" : "setMessageBody", "c2jName" : "MessageBody", "c2jShape" : "FixedResponseActionMessage", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The message.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageBody(String)}.\n@param messageBody a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageBody(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The message.

                                                                                            \n@return The message.\n@deprecated Use {@link #messageBody()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The message.

                                                                                            \n@param messageBody The message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageBody(String)}\n", "documentation" : "

                                                                                            The message.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MessageBody property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessageBody", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageBody", "fluentSetterDocumentation" : "

                                                                                            The message.

                                                                                            \n@param messageBody The message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageBody", "getterDocumentation" : "

                                                                                            The message.

                                                                                            \n@return The message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageBody", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageBody", "sensitive" : false, "setterDocumentation" : "

                                                                                            The message.

                                                                                            \n@param messageBody The message.", "setterMethodName" : "setMessageBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : "

                                                                                            The message.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCode", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "StatusCode", "c2jShape" : "FixedResponseActionStatusCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCode(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@return The HTTP response code (2XX, 4XX, or 5XX).\n@deprecated Use {@link #statusCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@param statusCode The HTTP response code (2XX, 4XX, or 5XX).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusCode(String)}\n", "documentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusCode", "fluentSetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@param statusCode The HTTP response code (2XX, 4XX, or 5XX).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@return The HTTP response code (2XX, 4XX, or 5XX).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@param statusCode The HTTP response code (2XX, 4XX, or 5XX).", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "FixedResponseActionContentType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #contentType(String)}.\n@param contentType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@return The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json\n@deprecated Use {@link #contentType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@param contentType The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentType(String)}\n", "documentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentType", "fluentSetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@param contentType The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@return The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@param contentType The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ContentType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "FixedResponseActionContentType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #contentType(String)}.\n@param contentType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@return The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json\n@deprecated Use {@link #contentType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@param contentType The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentType(String)}\n", "documentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentType", "fluentSetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@param contentType The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@return The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@param contentType The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MessageBody" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessageBody", "beanStyleSetterMethodName" : "setMessageBody", "c2jName" : "MessageBody", "c2jShape" : "FixedResponseActionMessage", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The message.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageBody(String)}.\n@param messageBody a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageBody(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The message.

                                                                                            \n@return The message.\n@deprecated Use {@link #messageBody()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The message.

                                                                                            \n@param messageBody The message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageBody(String)}\n", "documentation" : "

                                                                                            The message.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MessageBody property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessageBody", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageBody", "fluentSetterDocumentation" : "

                                                                                            The message.

                                                                                            \n@param messageBody The message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageBody", "getterDocumentation" : "

                                                                                            The message.

                                                                                            \n@return The message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageBody", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageBody", "sensitive" : false, "setterDocumentation" : "

                                                                                            The message.

                                                                                            \n@param messageBody The message.", "setterMethodName" : "setMessageBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : "

                                                                                            The message.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StatusCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCode", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "StatusCode", "c2jShape" : "FixedResponseActionStatusCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCode(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@return The HTTP response code (2XX, 4XX, or 5XX).\n@deprecated Use {@link #statusCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@param statusCode The HTTP response code (2XX, 4XX, or 5XX).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusCode(String)}\n", "documentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusCode", "fluentSetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@param statusCode The HTTP response code (2XX, 4XX, or 5XX).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@return The HTTP response code (2XX, 4XX, or 5XX).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@param statusCode The HTTP response code (2XX, 4XX, or 5XX).", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessageBody", "beanStyleSetterMethodName" : "setMessageBody", "c2jName" : "MessageBody", "c2jShape" : "FixedResponseActionMessage", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The message.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #messageBody(String)}.\n@param messageBody a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #messageBody(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The message.

                                                                                            \n@return The message.\n@deprecated Use {@link #messageBody()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The message.

                                                                                            \n@param messageBody The message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #messageBody(String)}\n", "documentation" : "

                                                                                            The message.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MessageBody property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessageBody", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messageBody", "fluentSetterDocumentation" : "

                                                                                            The message.

                                                                                            \n@param messageBody The message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messageBody", "getterDocumentation" : "

                                                                                            The message.

                                                                                            \n@return The message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MessageBody", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MessageBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MessageBody", "sensitive" : false, "setterDocumentation" : "

                                                                                            The message.

                                                                                            \n@param messageBody The message.", "setterMethodName" : "setMessageBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "messageBody", "variableType" : "String", "documentation" : "

                                                                                            The message.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCode", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "StatusCode", "c2jShape" : "FixedResponseActionStatusCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCode(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@return The HTTP response code (2XX, 4XX, or 5XX).\n@deprecated Use {@link #statusCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@param statusCode The HTTP response code (2XX, 4XX, or 5XX).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusCode(String)}\n", "documentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusCode", "fluentSetterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@param statusCode The HTTP response code (2XX, 4XX, or 5XX).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@return The HTTP response code (2XX, 4XX, or 5XX).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            \n@param statusCode The HTTP response code (2XX, 4XX, or 5XX).", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

                                                                                            The HTTP response code (2XX, 4XX, or 5XX).

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "FixedResponseActionContentType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #contentType(String)}.\n@param contentType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@return The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json\n@deprecated Use {@link #contentType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@param contentType The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentType(String)}\n", "documentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentType", "fluentSetterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@param contentType The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@return The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            \n@param contentType The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

                                                                                            The content type.

                                                                                            Valid Values: text/plain | text/css | text/html | application/javascript | application/json

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StatusCode" ], "shapeName" : "FixedResponseActionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FixedResponseActionConfig", "variableName" : "fixedResponseActionConfig", "variableType" : "FixedResponseActionConfig", "documentation" : null, "simpleType" : "FixedResponseActionConfig", "variableSetterType" : "FixedResponseActionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "ForwardActionConfig" : { "c2jName" : "ForwardActionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Information about a forward action.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more target groups. For Network Load Balancers, you can specify a single target group.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n@param targetGroups One or more target groups. For Network Load Balancers, you can specify a single target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n@param targetGroups One or more target groups. For Network Load Balancers, you can specify a single target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more target groups. For Network Load Balancers, you can specify a single target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupTuple", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupTuple.Builder} avoiding the need to create one manually via {@link TargetGroupTuple#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupTuple.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupTuple)}.\n@param member a consumer that will call methods on {@link TargetGroupTuple.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupTuple)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupTuple)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupTuple", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupTuple", "variableName" : "member", "variableType" : "TargetGroupTuple", "documentation" : null, "simpleType" : "TargetGroupTuple", "variableSetterType" : "TargetGroupTuple" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupTuple", "variableName" : "member", "variableType" : "TargetGroupTuple", "documentation" : "", "simpleType" : "TargetGroupTuple", "variableSetterType" : "TargetGroupTuple" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupTuple", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupTuple", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n@param targetGroups One or more target groups. For Network Load Balancers, you can specify a single target group.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupStickinessConfig", "beanStyleSetterMethodName" : "setTargetGroupStickinessConfig", "c2jName" : "TargetGroupStickinessConfig", "c2jShape" : "TargetGroupStickinessConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \nThis is a convenience that creates an instance of the {@link TargetGroupStickinessConfig.Builder} avoiding the need to create one manually via {@link TargetGroupStickinessConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupStickinessConfig.Builder#build()} is called immediately and its result is passed to {@link #targetGroupStickinessConfig(TargetGroupStickinessConfig)}.\n@param targetGroupStickinessConfig a consumer that will call methods on {@link TargetGroupStickinessConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupStickinessConfig(TargetGroupStickinessConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@return The target group stickiness for the rule.\n@deprecated Use {@link #targetGroupStickinessConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@param targetGroupStickinessConfig The target group stickiness for the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupStickinessConfig(TargetGroupStickinessConfig)}\n", "documentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupStickinessConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupStickinessConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupStickinessConfig", "fluentSetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@param targetGroupStickinessConfig The target group stickiness for the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupStickinessConfig", "getterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@return The target group stickiness for the rule.", "getterModel" : { "returnType" : "TargetGroupStickinessConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupStickinessConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupStickinessConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetGroupStickinessConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@param targetGroupStickinessConfig The target group stickiness for the rule.", "setterMethodName" : "setTargetGroupStickinessConfig", "setterModel" : { "variableDeclarationType" : "TargetGroupStickinessConfig", "variableName" : "targetGroupStickinessConfig", "variableType" : "TargetGroupStickinessConfig", "documentation" : null, "simpleType" : "TargetGroupStickinessConfig", "variableSetterType" : "TargetGroupStickinessConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupStickinessConfig", "variableName" : "targetGroupStickinessConfig", "variableType" : "TargetGroupStickinessConfig", "documentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            ", "simpleType" : "TargetGroupStickinessConfig", "variableSetterType" : "TargetGroupStickinessConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupStickinessConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupStickinessConfig", "beanStyleSetterMethodName" : "setTargetGroupStickinessConfig", "c2jName" : "TargetGroupStickinessConfig", "c2jShape" : "TargetGroupStickinessConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \nThis is a convenience that creates an instance of the {@link TargetGroupStickinessConfig.Builder} avoiding the need to create one manually via {@link TargetGroupStickinessConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupStickinessConfig.Builder#build()} is called immediately and its result is passed to {@link #targetGroupStickinessConfig(TargetGroupStickinessConfig)}.\n@param targetGroupStickinessConfig a consumer that will call methods on {@link TargetGroupStickinessConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupStickinessConfig(TargetGroupStickinessConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@return The target group stickiness for the rule.\n@deprecated Use {@link #targetGroupStickinessConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@param targetGroupStickinessConfig The target group stickiness for the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupStickinessConfig(TargetGroupStickinessConfig)}\n", "documentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupStickinessConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupStickinessConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupStickinessConfig", "fluentSetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@param targetGroupStickinessConfig The target group stickiness for the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupStickinessConfig", "getterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@return The target group stickiness for the rule.", "getterModel" : { "returnType" : "TargetGroupStickinessConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupStickinessConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupStickinessConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetGroupStickinessConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@param targetGroupStickinessConfig The target group stickiness for the rule.", "setterMethodName" : "setTargetGroupStickinessConfig", "setterModel" : { "variableDeclarationType" : "TargetGroupStickinessConfig", "variableName" : "targetGroupStickinessConfig", "variableType" : "TargetGroupStickinessConfig", "documentation" : null, "simpleType" : "TargetGroupStickinessConfig", "variableSetterType" : "TargetGroupStickinessConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupStickinessConfig", "variableName" : "targetGroupStickinessConfig", "variableType" : "TargetGroupStickinessConfig", "documentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            ", "simpleType" : "TargetGroupStickinessConfig", "variableSetterType" : "TargetGroupStickinessConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more target groups. For Network Load Balancers, you can specify a single target group.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n@param targetGroups One or more target groups. For Network Load Balancers, you can specify a single target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n@param targetGroups One or more target groups. For Network Load Balancers, you can specify a single target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more target groups. For Network Load Balancers, you can specify a single target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupTuple", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupTuple.Builder} avoiding the need to create one manually via {@link TargetGroupTuple#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupTuple.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupTuple)}.\n@param member a consumer that will call methods on {@link TargetGroupTuple.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupTuple)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupTuple)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupTuple", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupTuple", "variableName" : "member", "variableType" : "TargetGroupTuple", "documentation" : null, "simpleType" : "TargetGroupTuple", "variableSetterType" : "TargetGroupTuple" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupTuple", "variableName" : "member", "variableType" : "TargetGroupTuple", "documentation" : "", "simpleType" : "TargetGroupTuple", "variableSetterType" : "TargetGroupTuple" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupTuple", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupTuple", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n@param targetGroups One or more target groups. For Network Load Balancers, you can specify a single target group.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroupList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more target groups. For Network Load Balancers, you can specify a single target group.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n@param targetGroups One or more target groups. For Network Load Balancers, you can specify a single target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n@param targetGroups One or more target groups. For Network Load Balancers, you can specify a single target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more target groups. For Network Load Balancers, you can specify a single target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupTuple", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupTuple.Builder} avoiding the need to create one manually via {@link TargetGroupTuple#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupTuple.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupTuple)}.\n@param member a consumer that will call methods on {@link TargetGroupTuple.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupTuple)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupTuple)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupTuple", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupTuple", "variableName" : "member", "variableType" : "TargetGroupTuple", "documentation" : null, "simpleType" : "TargetGroupTuple", "variableSetterType" : "TargetGroupTuple" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupTuple", "variableName" : "member", "variableType" : "TargetGroupTuple", "documentation" : "", "simpleType" : "TargetGroupTuple", "variableSetterType" : "TargetGroupTuple" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupTuple", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupTuple", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            \n@param targetGroups One or more target groups. For Network Load Balancers, you can specify a single target group.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                            One or more target groups. For Network Load Balancers, you can specify a single target group.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupStickinessConfig", "beanStyleSetterMethodName" : "setTargetGroupStickinessConfig", "c2jName" : "TargetGroupStickinessConfig", "c2jShape" : "TargetGroupStickinessConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \nThis is a convenience that creates an instance of the {@link TargetGroupStickinessConfig.Builder} avoiding the need to create one manually via {@link TargetGroupStickinessConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupStickinessConfig.Builder#build()} is called immediately and its result is passed to {@link #targetGroupStickinessConfig(TargetGroupStickinessConfig)}.\n@param targetGroupStickinessConfig a consumer that will call methods on {@link TargetGroupStickinessConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupStickinessConfig(TargetGroupStickinessConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@return The target group stickiness for the rule.\n@deprecated Use {@link #targetGroupStickinessConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@param targetGroupStickinessConfig The target group stickiness for the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupStickinessConfig(TargetGroupStickinessConfig)}\n", "documentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupStickinessConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupStickinessConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupStickinessConfig", "fluentSetterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@param targetGroupStickinessConfig The target group stickiness for the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupStickinessConfig", "getterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@return The target group stickiness for the rule.", "getterModel" : { "returnType" : "TargetGroupStickinessConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupStickinessConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupStickinessConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetGroupStickinessConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            \n@param targetGroupStickinessConfig The target group stickiness for the rule.", "setterMethodName" : "setTargetGroupStickinessConfig", "setterModel" : { "variableDeclarationType" : "TargetGroupStickinessConfig", "variableName" : "targetGroupStickinessConfig", "variableType" : "TargetGroupStickinessConfig", "documentation" : null, "simpleType" : "TargetGroupStickinessConfig", "variableSetterType" : "TargetGroupStickinessConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupStickinessConfig", "variableName" : "targetGroupStickinessConfig", "variableType" : "TargetGroupStickinessConfig", "documentation" : "

                                                                                            The target group stickiness for the rule.

                                                                                            ", "simpleType" : "TargetGroupStickinessConfig", "variableSetterType" : "TargetGroupStickinessConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ForwardActionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ForwardActionConfig", "variableName" : "forwardActionConfig", "variableType" : "ForwardActionConfig", "documentation" : null, "simpleType" : "ForwardActionConfig", "variableSetterType" : "ForwardActionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "HealthUnavailableException" : { "c2jName" : "HealthUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The health of the specified targets could not be retrieved due to an internal error.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "HealthUnavailable", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 500, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HealthUnavailableException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HealthUnavailableException", "variableName" : "healthUnavailableException", "variableType" : "HealthUnavailableException", "documentation" : null, "simpleType" : "HealthUnavailableException", "variableSetterType" : "HealthUnavailableException" }, "wrapper" : false, "xmlNamespace" : null }, "HostHeaderConditionConfig" : { "c2jName" : "HostHeaderConditionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Information about a host header condition.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n@param values One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n@param values One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n@param values One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Values" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n@param values One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n@param values One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n@param values One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n@param values One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n@param values One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            \n@param values One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                            One or more host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HostHeaderConditionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HostHeaderConditionConfig", "variableName" : "hostHeaderConditionConfig", "variableType" : "HostHeaderConditionConfig", "documentation" : null, "simpleType" : "HostHeaderConditionConfig", "variableSetterType" : "HostHeaderConditionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "HttpHeaderConditionConfig" : { "c2jName" : "HttpHeaderConditionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Information about an HTTP header condition.

                                                                                            There is a set of standard HTTP header fields. You can also define custom HTTP header fields.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpHeaderName", "beanStyleSetterMethodName" : "setHttpHeaderName", "c2jName" : "HttpHeaderName", "c2jShape" : "HttpHeaderConditionName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpHeaderName(String)}.\n@param httpHeaderName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpHeaderName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@return The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.\n@deprecated Use {@link #httpHeaderName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@param httpHeaderName The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpHeaderName(String)}\n", "documentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpHeaderName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpHeaderName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpHeaderName", "fluentSetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@param httpHeaderName The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpHeaderName", "getterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@return The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpHeaderName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpHeaderName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpHeaderName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@param httpHeaderName The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.", "setterMethodName" : "setHttpHeaderName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpHeaderName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpHeaderName", "variableType" : "String", "documentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n@param values One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n@param values One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n@param values One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HttpHeaderName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpHeaderName", "beanStyleSetterMethodName" : "setHttpHeaderName", "c2jName" : "HttpHeaderName", "c2jShape" : "HttpHeaderConditionName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpHeaderName(String)}.\n@param httpHeaderName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpHeaderName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@return The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.\n@deprecated Use {@link #httpHeaderName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@param httpHeaderName The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpHeaderName(String)}\n", "documentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpHeaderName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpHeaderName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpHeaderName", "fluentSetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@param httpHeaderName The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpHeaderName", "getterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@return The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpHeaderName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpHeaderName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpHeaderName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@param httpHeaderName The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.", "setterMethodName" : "setHttpHeaderName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpHeaderName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpHeaderName", "variableType" : "String", "documentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Values" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n@param values One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n@param values One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n@param values One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpHeaderName", "beanStyleSetterMethodName" : "setHttpHeaderName", "c2jName" : "HttpHeaderName", "c2jShape" : "HttpHeaderConditionName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpHeaderName(String)}.\n@param httpHeaderName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpHeaderName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@return The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.\n@deprecated Use {@link #httpHeaderName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@param httpHeaderName The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpHeaderName(String)}\n", "documentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpHeaderName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpHeaderName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpHeaderName", "fluentSetterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@param httpHeaderName The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpHeaderName", "getterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@return The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpHeaderName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpHeaderName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpHeaderName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            \n@param httpHeaderName The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.", "setterMethodName" : "setHttpHeaderName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpHeaderName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpHeaderName", "variableType" : "String", "documentation" : "

                                                                                            The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

                                                                                            You can't use an HTTP header condition to specify the host header. Use HostHeaderConditionConfig to specify a host header condition.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n@param values One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n@param values One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            \n@param values One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                            One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                            If the same header appears multiple times in the request, we search them in order until a match is found.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HttpHeaderConditionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HttpHeaderConditionConfig", "variableName" : "httpHeaderConditionConfig", "variableType" : "HttpHeaderConditionConfig", "documentation" : null, "simpleType" : "HttpHeaderConditionConfig", "variableSetterType" : "HttpHeaderConditionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "HttpRequestMethodConditionConfig" : { "c2jName" : "HttpRequestMethodConditionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Information about an HTTP method condition.

                                                                                            HTTP defines a set of request methods, also referred to as HTTP verbs. For more information, see the HTTP Method Registry. You can also define custom HTTP methods.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n@param values The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n@param values The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n@param values The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Values" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n@param values The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n@param values The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n@param values The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n@param values The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n@param values The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n

                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                            \n

                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                            \n@return The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            \n@param values The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                            The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

                                                                                            If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HttpRequestMethodConditionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HttpRequestMethodConditionConfig", "variableName" : "httpRequestMethodConditionConfig", "variableType" : "HttpRequestMethodConditionConfig", "documentation" : null, "simpleType" : "HttpRequestMethodConditionConfig", "variableSetterType" : "HttpRequestMethodConditionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "IncompatibleProtocolsException" : { "c2jName" : "IncompatibleProtocolsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The specified configuration is not valid with this protocol.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "IncompatibleProtocols", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IncompatibleProtocolsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IncompatibleProtocolsException", "variableName" : "incompatibleProtocolsException", "variableType" : "IncompatibleProtocolsException", "documentation" : null, "simpleType" : "IncompatibleProtocolsException", "variableSetterType" : "IncompatibleProtocolsException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidConfigurationRequestException" : { "c2jName" : "InvalidConfigurationRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The requested configuration is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidConfigurationRequest", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidConfigurationRequestException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidConfigurationRequestException", "variableName" : "invalidConfigurationRequestException", "variableType" : "InvalidConfigurationRequestException", "documentation" : null, "simpleType" : "InvalidConfigurationRequestException", "variableSetterType" : "InvalidConfigurationRequestException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidLoadBalancerActionException" : { "c2jName" : "InvalidLoadBalancerActionException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The requested action is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidLoadBalancerAction", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidLoadBalancerActionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidLoadBalancerActionException", "variableName" : "invalidLoadBalancerActionException", "variableType" : "InvalidLoadBalancerActionException", "documentation" : null, "simpleType" : "InvalidLoadBalancerActionException", "variableSetterType" : "InvalidLoadBalancerActionException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidSchemeException" : { "c2jName" : "InvalidSchemeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The requested scheme is not valid.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidScheme", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidSchemeException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSchemeException", "variableName" : "invalidSchemeException", "variableType" : "InvalidSchemeException", "documentation" : null, "simpleType" : "InvalidSchemeException", "variableSetterType" : "InvalidSchemeException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidSecurityGroupException" : { "c2jName" : "InvalidSecurityGroupException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The specified security group does not exist.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidSecurityGroup", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidSecurityGroupException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSecurityGroupException", "variableName" : "invalidSecurityGroupException", "variableType" : "InvalidSecurityGroupException", "documentation" : null, "simpleType" : "InvalidSecurityGroupException", "variableSetterType" : "InvalidSecurityGroupException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidSubnetException" : { "c2jName" : "InvalidSubnetException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The specified subnet is out of available addresses.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidSubnet", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidSubnetException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSubnetException", "variableName" : "invalidSubnetException", "variableType" : "InvalidSubnetException", "documentation" : null, "simpleType" : "InvalidSubnetException", "variableSetterType" : "InvalidSubnetException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidTargetException" : { "c2jName" : "InvalidTargetException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The specified target does not exist, is not in the same VPC as the target group, or has an unsupported instance type.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidTarget", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidTargetException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTargetException", "variableName" : "invalidTargetException", "variableType" : "InvalidTargetException", "documentation" : null, "simpleType" : "InvalidTargetException", "variableSetterType" : "InvalidTargetException" }, "wrapper" : false, "xmlNamespace" : null }, "IpAddressType" : { "c2jName" : "IpAddressType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "IPV4", "value" : "ipv4" }, { "name" : "DUALSTACK", "value" : "dualstack" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IpAddressType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IpAddressType", "variableName" : "ipAddressType", "variableType" : "IpAddressType", "documentation" : null, "simpleType" : "IpAddressType", "variableSetterType" : "IpAddressType" }, "wrapper" : false, "xmlNamespace" : null }, "Limit" : { "c2jName" : "Limit", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Information about an Elastic Load Balancing resource limit for your AWS account.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the limit. The possible values are:

                                                                                            • application-load-balancers

                                                                                            • listeners-per-application-load-balancer

                                                                                            • listeners-per-network-load-balancer

                                                                                            • network-load-balancers

                                                                                            • rules-per-application-load-balancer

                                                                                            • target-groups

                                                                                            • target-groups-per-action-on-application-load-balancer

                                                                                            • target-groups-per-action-on-network-load-balancer

                                                                                            • target-groups-per-application-load-balancer

                                                                                            • targets-per-application-load-balancer

                                                                                            • targets-per-availability-zone-per-network-load-balancer

                                                                                            • targets-per-network-load-balancer

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the limit. The possible values are:

                                                                                            • application-load-balancers

                                                                                            • listeners-per-application-load-balancer

                                                                                            • listeners-per-network-load-balancer

                                                                                            • network-load-balancers

                                                                                            • rules-per-application-load-balancer

                                                                                            • target-groups

                                                                                            • target-groups-per-action-on-application-load-balancer

                                                                                            • target-groups-per-action-on-network-load-balancer

                                                                                            • target-groups-per-application-load-balancer

                                                                                            • targets-per-application-load-balancer

                                                                                            • targets-per-availability-zone-per-network-load-balancer

                                                                                            • targets-per-network-load-balancer

                                                                                            \n@return The name of the limit. The possible values are:

                                                                                            • application-load-balancers

                                                                                            • listeners-per-application-load-balancer

                                                                                            • listeners-per-network-load-balancer

                                                                                            • network-load-balancers

                                                                                            • rules-per-application-load-balancer

                                                                                            • target-groups

                                                                                            • target-groups-per-action-on-application-load-balancer

                                                                                            • target-groups-per-action-on-network-load-balancer

                                                                                            • target-groups-per-application-load-balancer

                                                                                            • targets-per-application-load-balancer

                                                                                            • targets-per-availability-zone-per-network-load-balancer

                                                                                            • targets-per-network-load-balancer

                                                                                            • \n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                              The name of the limit. The possible values are:

                                                                                              • application-load-balancers

                                                                                              • listeners-per-application-load-balancer

                                                                                              • listeners-per-network-load-balancer

                                                                                              • network-load-balancers

                                                                                              • rules-per-application-load-balancer

                                                                                              • target-groups

                                                                                              • target-groups-per-action-on-application-load-balancer

                                                                                              • target-groups-per-action-on-network-load-balancer

                                                                                              • target-groups-per-application-load-balancer

                                                                                              • targets-per-application-load-balancer

                                                                                              • targets-per-availability-zone-per-network-load-balancer

                                                                                              • targets-per-network-load-balancer

                                                                                              \n@param name The name of the limit. The possible values are:

                                                                                              • application-load-balancers

                                                                                              • listeners-per-application-load-balancer

                                                                                              • listeners-per-network-load-balancer

                                                                                              • network-load-balancers

                                                                                              • rules-per-application-load-balancer

                                                                                              • target-groups

                                                                                              • target-groups-per-action-on-application-load-balancer

                                                                                              • target-groups-per-action-on-network-load-balancer

                                                                                              • target-groups-per-application-load-balancer

                                                                                              • targets-per-application-load-balancer

                                                                                              • targets-per-availability-zone-per-network-load-balancer

                                                                                              • targets-per-network-load-balancer

                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                The name of the limit. The possible values are:

                                                                                                • application-load-balancers

                                                                                                • listeners-per-application-load-balancer

                                                                                                • listeners-per-network-load-balancer

                                                                                                • network-load-balancers

                                                                                                • rules-per-application-load-balancer

                                                                                                • target-groups

                                                                                                • target-groups-per-action-on-application-load-balancer

                                                                                                • target-groups-per-action-on-network-load-balancer

                                                                                                • target-groups-per-application-load-balancer

                                                                                                • targets-per-application-load-balancer

                                                                                                • targets-per-availability-zone-per-network-load-balancer

                                                                                                • targets-per-network-load-balancer

                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                The name of the limit. The possible values are:

                                                                                                • application-load-balancers

                                                                                                • listeners-per-application-load-balancer

                                                                                                • listeners-per-network-load-balancer

                                                                                                • network-load-balancers

                                                                                                • rules-per-application-load-balancer

                                                                                                • target-groups

                                                                                                • target-groups-per-action-on-application-load-balancer

                                                                                                • target-groups-per-action-on-network-load-balancer

                                                                                                • target-groups-per-application-load-balancer

                                                                                                • targets-per-application-load-balancer

                                                                                                • targets-per-availability-zone-per-network-load-balancer

                                                                                                • targets-per-network-load-balancer

                                                                                                \n@param name The name of the limit. The possible values are:

                                                                                                • application-load-balancers

                                                                                                • listeners-per-application-load-balancer

                                                                                                • listeners-per-network-load-balancer

                                                                                                • network-load-balancers

                                                                                                • rules-per-application-load-balancer

                                                                                                • target-groups

                                                                                                • target-groups-per-action-on-application-load-balancer

                                                                                                • target-groups-per-action-on-network-load-balancer

                                                                                                • target-groups-per-application-load-balancer

                                                                                                • targets-per-application-load-balancer

                                                                                                • targets-per-availability-zone-per-network-load-balancer

                                                                                                • targets-per-network-load-balancer

                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                  The name of the limit. The possible values are:

                                                                                                  • application-load-balancers

                                                                                                  • listeners-per-application-load-balancer

                                                                                                  • listeners-per-network-load-balancer

                                                                                                  • network-load-balancers

                                                                                                  • rules-per-application-load-balancer

                                                                                                  • target-groups

                                                                                                  • target-groups-per-action-on-application-load-balancer

                                                                                                  • target-groups-per-action-on-network-load-balancer

                                                                                                  • target-groups-per-application-load-balancer

                                                                                                  • targets-per-application-load-balancer

                                                                                                  • targets-per-availability-zone-per-network-load-balancer

                                                                                                  • targets-per-network-load-balancer

                                                                                                  \n@return The name of the limit. The possible values are:

                                                                                                  • application-load-balancers

                                                                                                  • listeners-per-application-load-balancer

                                                                                                  • listeners-per-network-load-balancer

                                                                                                  • network-load-balancers

                                                                                                  • rules-per-application-load-balancer

                                                                                                  • target-groups

                                                                                                  • target-groups-per-action-on-application-load-balancer

                                                                                                  • target-groups-per-action-on-network-load-balancer

                                                                                                  • target-groups-per-application-load-balancer

                                                                                                  • targets-per-application-load-balancer

                                                                                                  • targets-per-availability-zone-per-network-load-balancer

                                                                                                  • targets-per-network-load-balancer

                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                    The name of the limit. The possible values are:

                                                                                                    • application-load-balancers

                                                                                                    • listeners-per-application-load-balancer

                                                                                                    • listeners-per-network-load-balancer

                                                                                                    • network-load-balancers

                                                                                                    • rules-per-application-load-balancer

                                                                                                    • target-groups

                                                                                                    • target-groups-per-action-on-application-load-balancer

                                                                                                    • target-groups-per-action-on-network-load-balancer

                                                                                                    • target-groups-per-application-load-balancer

                                                                                                    • targets-per-application-load-balancer

                                                                                                    • targets-per-availability-zone-per-network-load-balancer

                                                                                                    • targets-per-network-load-balancer

                                                                                                    \n@param name The name of the limit. The possible values are:

                                                                                                    • application-load-balancers

                                                                                                    • listeners-per-application-load-balancer

                                                                                                    • listeners-per-network-load-balancer

                                                                                                    • network-load-balancers

                                                                                                    • rules-per-application-load-balancer

                                                                                                    • target-groups

                                                                                                    • target-groups-per-action-on-application-load-balancer

                                                                                                    • target-groups-per-action-on-network-load-balancer

                                                                                                    • target-groups-per-application-load-balancer

                                                                                                    • targets-per-application-load-balancer

                                                                                                    • targets-per-availability-zone-per-network-load-balancer

                                                                                                    • targets-per-network-load-balancer

                                                                                                    • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                      The name of the limit. The possible values are:

                                                                                                      • application-load-balancers

                                                                                                      • listeners-per-application-load-balancer

                                                                                                      • listeners-per-network-load-balancer

                                                                                                      • network-load-balancers

                                                                                                      • rules-per-application-load-balancer

                                                                                                      • target-groups

                                                                                                      • target-groups-per-action-on-application-load-balancer

                                                                                                      • target-groups-per-action-on-network-load-balancer

                                                                                                      • target-groups-per-application-load-balancer

                                                                                                      • targets-per-application-load-balancer

                                                                                                      • targets-per-availability-zone-per-network-load-balancer

                                                                                                      • targets-per-network-load-balancer

                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMax", "beanStyleSetterMethodName" : "setMax", "c2jName" : "Max", "c2jShape" : "Max", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #max(String)}.\n@param max a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #max(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \n@return The maximum value of the limit.\n@deprecated Use {@link #max()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \n@param max The maximum value of the limit.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #max(String)}\n", "documentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Max property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMax", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "max", "fluentSetterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \n@param max The maximum value of the limit.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "max", "getterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \n@return The maximum value of the limit.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Max", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Max", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Max", "sensitive" : false, "setterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \n@param max The maximum value of the limit.", "setterMethodName" : "setMax", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "max", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "max", "variableType" : "String", "documentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Max" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMax", "beanStyleSetterMethodName" : "setMax", "c2jName" : "Max", "c2jShape" : "Max", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #max(String)}.\n@param max a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #max(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \n@return The maximum value of the limit.\n@deprecated Use {@link #max()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \n@param max The maximum value of the limit.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #max(String)}\n", "documentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Max property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMax", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "max", "fluentSetterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \n@param max The maximum value of the limit.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "max", "getterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \n@return The maximum value of the limit.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Max", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Max", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Max", "sensitive" : false, "setterDocumentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      \n@param max The maximum value of the limit.", "setterMethodName" : "setMax", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "max", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "max", "variableType" : "String", "documentation" : "

                                                                                                      The maximum value of the limit.

                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                      The name of the limit. The possible values are:

                                                                                                      • application-load-balancers

                                                                                                      • listeners-per-application-load-balancer

                                                                                                      • listeners-per-network-load-balancer

                                                                                                      • network-load-balancers

                                                                                                      • rules-per-application-load-balancer

                                                                                                      • target-groups

                                                                                                      • target-groups-per-action-on-application-load-balancer

                                                                                                      • target-groups-per-action-on-network-load-balancer

                                                                                                      • target-groups-per-application-load-balancer

                                                                                                      • targets-per-application-load-balancer

                                                                                                      • targets-per-availability-zone-per-network-load-balancer

                                                                                                      • targets-per-network-load-balancer

                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                      The name of the limit. The possible values are:

                                                                                                      • application-load-balancers

                                                                                                      • listeners-per-application-load-balancer

                                                                                                      • listeners-per-network-load-balancer

                                                                                                      • network-load-balancers

                                                                                                      • rules-per-application-load-balancer

                                                                                                      • target-groups

                                                                                                      • target-groups-per-action-on-application-load-balancer

                                                                                                      • target-groups-per-action-on-network-load-balancer

                                                                                                      • target-groups-per-application-load-balancer

                                                                                                      • targets-per-application-load-balancer

                                                                                                      • targets-per-availability-zone-per-network-load-balancer

                                                                                                      • targets-per-network-load-balancer

                                                                                                      \n@return The name of the limit. The possible values are:

                                                                                                      • application-load-balancers

                                                                                                      • listeners-per-application-load-balancer

                                                                                                      • listeners-per-network-load-balancer

                                                                                                      • network-load-balancers

                                                                                                      • rules-per-application-load-balancer

                                                                                                      • target-groups

                                                                                                      • target-groups-per-action-on-application-load-balancer

                                                                                                      • target-groups-per-action-on-network-load-balancer

                                                                                                      • target-groups-per-application-load-balancer

                                                                                                      • targets-per-application-load-balancer

                                                                                                      • targets-per-availability-zone-per-network-load-balancer

                                                                                                      • targets-per-network-load-balancer

                                                                                                      • \n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                        The name of the limit. The possible values are:

                                                                                                        • application-load-balancers

                                                                                                        • listeners-per-application-load-balancer

                                                                                                        • listeners-per-network-load-balancer

                                                                                                        • network-load-balancers

                                                                                                        • rules-per-application-load-balancer

                                                                                                        • target-groups

                                                                                                        • target-groups-per-action-on-application-load-balancer

                                                                                                        • target-groups-per-action-on-network-load-balancer

                                                                                                        • target-groups-per-application-load-balancer

                                                                                                        • targets-per-application-load-balancer

                                                                                                        • targets-per-availability-zone-per-network-load-balancer

                                                                                                        • targets-per-network-load-balancer

                                                                                                        \n@param name The name of the limit. The possible values are:

                                                                                                        • application-load-balancers

                                                                                                        • listeners-per-application-load-balancer

                                                                                                        • listeners-per-network-load-balancer

                                                                                                        • network-load-balancers

                                                                                                        • rules-per-application-load-balancer

                                                                                                        • target-groups

                                                                                                        • target-groups-per-action-on-application-load-balancer

                                                                                                        • target-groups-per-action-on-network-load-balancer

                                                                                                        • target-groups-per-application-load-balancer

                                                                                                        • targets-per-application-load-balancer

                                                                                                        • targets-per-availability-zone-per-network-load-balancer

                                                                                                        • targets-per-network-load-balancer

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                          The name of the limit. The possible values are:

                                                                                                          • application-load-balancers

                                                                                                          • listeners-per-application-load-balancer

                                                                                                          • listeners-per-network-load-balancer

                                                                                                          • network-load-balancers

                                                                                                          • rules-per-application-load-balancer

                                                                                                          • target-groups

                                                                                                          • target-groups-per-action-on-application-load-balancer

                                                                                                          • target-groups-per-action-on-network-load-balancer

                                                                                                          • target-groups-per-application-load-balancer

                                                                                                          • targets-per-application-load-balancer

                                                                                                          • targets-per-availability-zone-per-network-load-balancer

                                                                                                          • targets-per-network-load-balancer

                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                          The name of the limit. The possible values are:

                                                                                                          • application-load-balancers

                                                                                                          • listeners-per-application-load-balancer

                                                                                                          • listeners-per-network-load-balancer

                                                                                                          • network-load-balancers

                                                                                                          • rules-per-application-load-balancer

                                                                                                          • target-groups

                                                                                                          • target-groups-per-action-on-application-load-balancer

                                                                                                          • target-groups-per-action-on-network-load-balancer

                                                                                                          • target-groups-per-application-load-balancer

                                                                                                          • targets-per-application-load-balancer

                                                                                                          • targets-per-availability-zone-per-network-load-balancer

                                                                                                          • targets-per-network-load-balancer

                                                                                                          \n@param name The name of the limit. The possible values are:

                                                                                                          • application-load-balancers

                                                                                                          • listeners-per-application-load-balancer

                                                                                                          • listeners-per-network-load-balancer

                                                                                                          • network-load-balancers

                                                                                                          • rules-per-application-load-balancer

                                                                                                          • target-groups

                                                                                                          • target-groups-per-action-on-application-load-balancer

                                                                                                          • target-groups-per-action-on-network-load-balancer

                                                                                                          • target-groups-per-application-load-balancer

                                                                                                          • targets-per-application-load-balancer

                                                                                                          • targets-per-availability-zone-per-network-load-balancer

                                                                                                          • targets-per-network-load-balancer

                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                            The name of the limit. The possible values are:

                                                                                                            • application-load-balancers

                                                                                                            • listeners-per-application-load-balancer

                                                                                                            • listeners-per-network-load-balancer

                                                                                                            • network-load-balancers

                                                                                                            • rules-per-application-load-balancer

                                                                                                            • target-groups

                                                                                                            • target-groups-per-action-on-application-load-balancer

                                                                                                            • target-groups-per-action-on-network-load-balancer

                                                                                                            • target-groups-per-application-load-balancer

                                                                                                            • targets-per-application-load-balancer

                                                                                                            • targets-per-availability-zone-per-network-load-balancer

                                                                                                            • targets-per-network-load-balancer

                                                                                                            \n@return The name of the limit. The possible values are:

                                                                                                            • application-load-balancers

                                                                                                            • listeners-per-application-load-balancer

                                                                                                            • listeners-per-network-load-balancer

                                                                                                            • network-load-balancers

                                                                                                            • rules-per-application-load-balancer

                                                                                                            • target-groups

                                                                                                            • target-groups-per-action-on-application-load-balancer

                                                                                                            • target-groups-per-action-on-network-load-balancer

                                                                                                            • target-groups-per-application-load-balancer

                                                                                                            • targets-per-application-load-balancer

                                                                                                            • targets-per-availability-zone-per-network-load-balancer

                                                                                                            • targets-per-network-load-balancer

                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                              The name of the limit. The possible values are:

                                                                                                              • application-load-balancers

                                                                                                              • listeners-per-application-load-balancer

                                                                                                              • listeners-per-network-load-balancer

                                                                                                              • network-load-balancers

                                                                                                              • rules-per-application-load-balancer

                                                                                                              • target-groups

                                                                                                              • target-groups-per-action-on-application-load-balancer

                                                                                                              • target-groups-per-action-on-network-load-balancer

                                                                                                              • target-groups-per-application-load-balancer

                                                                                                              • targets-per-application-load-balancer

                                                                                                              • targets-per-availability-zone-per-network-load-balancer

                                                                                                              • targets-per-network-load-balancer

                                                                                                              \n@param name The name of the limit. The possible values are:

                                                                                                              • application-load-balancers

                                                                                                              • listeners-per-application-load-balancer

                                                                                                              • listeners-per-network-load-balancer

                                                                                                              • network-load-balancers

                                                                                                              • rules-per-application-load-balancer

                                                                                                              • target-groups

                                                                                                              • target-groups-per-action-on-application-load-balancer

                                                                                                              • target-groups-per-action-on-network-load-balancer

                                                                                                              • target-groups-per-application-load-balancer

                                                                                                              • targets-per-application-load-balancer

                                                                                                              • targets-per-availability-zone-per-network-load-balancer

                                                                                                              • targets-per-network-load-balancer

                                                                                                              • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                The name of the limit. The possible values are:

                                                                                                                • application-load-balancers

                                                                                                                • listeners-per-application-load-balancer

                                                                                                                • listeners-per-network-load-balancer

                                                                                                                • network-load-balancers

                                                                                                                • rules-per-application-load-balancer

                                                                                                                • target-groups

                                                                                                                • target-groups-per-action-on-application-load-balancer

                                                                                                                • target-groups-per-action-on-network-load-balancer

                                                                                                                • target-groups-per-application-load-balancer

                                                                                                                • targets-per-application-load-balancer

                                                                                                                • targets-per-availability-zone-per-network-load-balancer

                                                                                                                • targets-per-network-load-balancer

                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                The name of the limit. The possible values are:

                                                                                                                • application-load-balancers

                                                                                                                • listeners-per-application-load-balancer

                                                                                                                • listeners-per-network-load-balancer

                                                                                                                • network-load-balancers

                                                                                                                • rules-per-application-load-balancer

                                                                                                                • target-groups

                                                                                                                • target-groups-per-action-on-application-load-balancer

                                                                                                                • target-groups-per-action-on-network-load-balancer

                                                                                                                • target-groups-per-application-load-balancer

                                                                                                                • targets-per-application-load-balancer

                                                                                                                • targets-per-availability-zone-per-network-load-balancer

                                                                                                                • targets-per-network-load-balancer

                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                The name of the limit. The possible values are:

                                                                                                                • application-load-balancers

                                                                                                                • listeners-per-application-load-balancer

                                                                                                                • listeners-per-network-load-balancer

                                                                                                                • network-load-balancers

                                                                                                                • rules-per-application-load-balancer

                                                                                                                • target-groups

                                                                                                                • target-groups-per-action-on-application-load-balancer

                                                                                                                • target-groups-per-action-on-network-load-balancer

                                                                                                                • target-groups-per-application-load-balancer

                                                                                                                • targets-per-application-load-balancer

                                                                                                                • targets-per-availability-zone-per-network-load-balancer

                                                                                                                • targets-per-network-load-balancer

                                                                                                                \n@return The name of the limit. The possible values are:

                                                                                                                • application-load-balancers

                                                                                                                • listeners-per-application-load-balancer

                                                                                                                • listeners-per-network-load-balancer

                                                                                                                • network-load-balancers

                                                                                                                • rules-per-application-load-balancer

                                                                                                                • target-groups

                                                                                                                • target-groups-per-action-on-application-load-balancer

                                                                                                                • target-groups-per-action-on-network-load-balancer

                                                                                                                • target-groups-per-application-load-balancer

                                                                                                                • targets-per-application-load-balancer

                                                                                                                • targets-per-availability-zone-per-network-load-balancer

                                                                                                                • targets-per-network-load-balancer

                                                                                                                • \n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                  The name of the limit. The possible values are:

                                                                                                                  • application-load-balancers

                                                                                                                  • listeners-per-application-load-balancer

                                                                                                                  • listeners-per-network-load-balancer

                                                                                                                  • network-load-balancers

                                                                                                                  • rules-per-application-load-balancer

                                                                                                                  • target-groups

                                                                                                                  • target-groups-per-action-on-application-load-balancer

                                                                                                                  • target-groups-per-action-on-network-load-balancer

                                                                                                                  • target-groups-per-application-load-balancer

                                                                                                                  • targets-per-application-load-balancer

                                                                                                                  • targets-per-availability-zone-per-network-load-balancer

                                                                                                                  • targets-per-network-load-balancer

                                                                                                                  \n@param name The name of the limit. The possible values are:

                                                                                                                  • application-load-balancers

                                                                                                                  • listeners-per-application-load-balancer

                                                                                                                  • listeners-per-network-load-balancer

                                                                                                                  • network-load-balancers

                                                                                                                  • rules-per-application-load-balancer

                                                                                                                  • target-groups

                                                                                                                  • target-groups-per-action-on-application-load-balancer

                                                                                                                  • target-groups-per-action-on-network-load-balancer

                                                                                                                  • target-groups-per-application-load-balancer

                                                                                                                  • targets-per-application-load-balancer

                                                                                                                  • targets-per-availability-zone-per-network-load-balancer

                                                                                                                  • targets-per-network-load-balancer

                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                    The name of the limit. The possible values are:

                                                                                                                    • application-load-balancers

                                                                                                                    • listeners-per-application-load-balancer

                                                                                                                    • listeners-per-network-load-balancer

                                                                                                                    • network-load-balancers

                                                                                                                    • rules-per-application-load-balancer

                                                                                                                    • target-groups

                                                                                                                    • target-groups-per-action-on-application-load-balancer

                                                                                                                    • target-groups-per-action-on-network-load-balancer

                                                                                                                    • target-groups-per-application-load-balancer

                                                                                                                    • targets-per-application-load-balancer

                                                                                                                    • targets-per-availability-zone-per-network-load-balancer

                                                                                                                    • targets-per-network-load-balancer

                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                    The name of the limit. The possible values are:

                                                                                                                    • application-load-balancers

                                                                                                                    • listeners-per-application-load-balancer

                                                                                                                    • listeners-per-network-load-balancer

                                                                                                                    • network-load-balancers

                                                                                                                    • rules-per-application-load-balancer

                                                                                                                    • target-groups

                                                                                                                    • target-groups-per-action-on-application-load-balancer

                                                                                                                    • target-groups-per-action-on-network-load-balancer

                                                                                                                    • target-groups-per-application-load-balancer

                                                                                                                    • targets-per-application-load-balancer

                                                                                                                    • targets-per-availability-zone-per-network-load-balancer

                                                                                                                    • targets-per-network-load-balancer

                                                                                                                    \n@param name The name of the limit. The possible values are:

                                                                                                                    • application-load-balancers

                                                                                                                    • listeners-per-application-load-balancer

                                                                                                                    • listeners-per-network-load-balancer

                                                                                                                    • network-load-balancers

                                                                                                                    • rules-per-application-load-balancer

                                                                                                                    • target-groups

                                                                                                                    • target-groups-per-action-on-application-load-balancer

                                                                                                                    • target-groups-per-action-on-network-load-balancer

                                                                                                                    • target-groups-per-application-load-balancer

                                                                                                                    • targets-per-application-load-balancer

                                                                                                                    • targets-per-availability-zone-per-network-load-balancer

                                                                                                                    • targets-per-network-load-balancer

                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                      The name of the limit. The possible values are:

                                                                                                                      • application-load-balancers

                                                                                                                      • listeners-per-application-load-balancer

                                                                                                                      • listeners-per-network-load-balancer

                                                                                                                      • network-load-balancers

                                                                                                                      • rules-per-application-load-balancer

                                                                                                                      • target-groups

                                                                                                                      • target-groups-per-action-on-application-load-balancer

                                                                                                                      • target-groups-per-action-on-network-load-balancer

                                                                                                                      • target-groups-per-application-load-balancer

                                                                                                                      • targets-per-application-load-balancer

                                                                                                                      • targets-per-availability-zone-per-network-load-balancer

                                                                                                                      • targets-per-network-load-balancer

                                                                                                                      \n@return The name of the limit. The possible values are:

                                                                                                                      • application-load-balancers

                                                                                                                      • listeners-per-application-load-balancer

                                                                                                                      • listeners-per-network-load-balancer

                                                                                                                      • network-load-balancers

                                                                                                                      • rules-per-application-load-balancer

                                                                                                                      • target-groups

                                                                                                                      • target-groups-per-action-on-application-load-balancer

                                                                                                                      • target-groups-per-action-on-network-load-balancer

                                                                                                                      • target-groups-per-application-load-balancer

                                                                                                                      • targets-per-application-load-balancer

                                                                                                                      • targets-per-availability-zone-per-network-load-balancer

                                                                                                                      • targets-per-network-load-balancer

                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                        The name of the limit. The possible values are:

                                                                                                                        • application-load-balancers

                                                                                                                        • listeners-per-application-load-balancer

                                                                                                                        • listeners-per-network-load-balancer

                                                                                                                        • network-load-balancers

                                                                                                                        • rules-per-application-load-balancer

                                                                                                                        • target-groups

                                                                                                                        • target-groups-per-action-on-application-load-balancer

                                                                                                                        • target-groups-per-action-on-network-load-balancer

                                                                                                                        • target-groups-per-application-load-balancer

                                                                                                                        • targets-per-application-load-balancer

                                                                                                                        • targets-per-availability-zone-per-network-load-balancer

                                                                                                                        • targets-per-network-load-balancer

                                                                                                                        \n@param name The name of the limit. The possible values are:

                                                                                                                        • application-load-balancers

                                                                                                                        • listeners-per-application-load-balancer

                                                                                                                        • listeners-per-network-load-balancer

                                                                                                                        • network-load-balancers

                                                                                                                        • rules-per-application-load-balancer

                                                                                                                        • target-groups

                                                                                                                        • target-groups-per-action-on-application-load-balancer

                                                                                                                        • target-groups-per-action-on-network-load-balancer

                                                                                                                        • target-groups-per-application-load-balancer

                                                                                                                        • targets-per-application-load-balancer

                                                                                                                        • targets-per-availability-zone-per-network-load-balancer

                                                                                                                        • targets-per-network-load-balancer

                                                                                                                        • ", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                          The name of the limit. The possible values are:

                                                                                                                          • application-load-balancers

                                                                                                                          • listeners-per-application-load-balancer

                                                                                                                          • listeners-per-network-load-balancer

                                                                                                                          • network-load-balancers

                                                                                                                          • rules-per-application-load-balancer

                                                                                                                          • target-groups

                                                                                                                          • target-groups-per-action-on-application-load-balancer

                                                                                                                          • target-groups-per-action-on-network-load-balancer

                                                                                                                          • target-groups-per-application-load-balancer

                                                                                                                          • targets-per-application-load-balancer

                                                                                                                          • targets-per-availability-zone-per-network-load-balancer

                                                                                                                          • targets-per-network-load-balancer

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMax", "beanStyleSetterMethodName" : "setMax", "c2jName" : "Max", "c2jShape" : "Max", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The maximum value of the limit.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #max(String)}.\n@param max a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #max(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The maximum value of the limit.

                                                                                                                          \n@return The maximum value of the limit.\n@deprecated Use {@link #max()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The maximum value of the limit.

                                                                                                                          \n@param max The maximum value of the limit.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #max(String)}\n", "documentation" : "

                                                                                                                          The maximum value of the limit.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Max property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMax", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "max", "fluentSetterDocumentation" : "

                                                                                                                          The maximum value of the limit.

                                                                                                                          \n@param max The maximum value of the limit.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "max", "getterDocumentation" : "

                                                                                                                          The maximum value of the limit.

                                                                                                                          \n@return The maximum value of the limit.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Max", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Max", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Max", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The maximum value of the limit.

                                                                                                                          \n@param max The maximum value of the limit.", "setterMethodName" : "setMax", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "max", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "max", "variableType" : "String", "documentation" : "

                                                                                                                          The maximum value of the limit.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Limit", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Limit", "variableName" : "limit", "variableType" : "Limit", "documentation" : null, "simpleType" : "Limit", "variableSetterType" : "Limit" }, "wrapper" : false, "xmlNamespace" : null }, "Listener" : { "c2jName" : "Listener", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          Information about a listener.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@return The port on which the load balancer is listening.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@return The port on which the load balancer is listening.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@param port The port on which the load balancer is listening.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                          \n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                          \n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                          \n@return [HTTPS or TLS listener] The default certificate for the listener.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n@param certificates [HTTPS or TLS listener] The default certificate for the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n@param certificates [HTTPS or TLS listener] The default certificate for the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                          \n@return [HTTPS or TLS listener] The default certificate for the listener.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n@param certificates [HTTPS or TLS listener] The default certificate for the listener.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslPolicy", "beanStyleSetterMethodName" : "setSslPolicy", "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslPolicy(String)}.\n@param sslPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@return [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.\n@deprecated Use {@link #sslPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@param sslPolicy [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicy(String)}\n", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslPolicy", "fluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@param sslPolicy [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicy", "getterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@return [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@param sslPolicy [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.", "setterMethodName" : "setSslPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDefaultActions", "beanStyleSetterMethodName" : "setDefaultActions", "c2jName" : "DefaultActions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #defaultActions(List)}.\n@param defaultActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultActions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The default actions for the listener.\n@deprecated Use {@link #defaultActions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n@param defaultActions The default actions for the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultActions(List)}\n", "documentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultActions", "fluentSetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n@param defaultActions The default actions for the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultActions", "getterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The default actions for the listener.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultActions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n@param defaultActions The default actions for the listener.", "setterMethodName" : "setDefaultActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificates" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                          \n@return [HTTPS or TLS listener] The default certificate for the listener.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n@param certificates [HTTPS or TLS listener] The default certificate for the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n@param certificates [HTTPS or TLS listener] The default certificate for the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                          \n@return [HTTPS or TLS listener] The default certificate for the listener.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n@param certificates [HTTPS or TLS listener] The default certificate for the listener.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultActions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDefaultActions", "beanStyleSetterMethodName" : "setDefaultActions", "c2jName" : "DefaultActions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #defaultActions(List)}.\n@param defaultActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultActions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The default actions for the listener.\n@deprecated Use {@link #defaultActions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n@param defaultActions The default actions for the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultActions(List)}\n", "documentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultActions", "fluentSetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n@param defaultActions The default actions for the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultActions", "getterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The default actions for the listener.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultActions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n@param defaultActions The default actions for the listener.", "setterMethodName" : "setDefaultActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LoadBalancerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Port" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@return The port on which the load balancer is listening.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@return The port on which the load balancer is listening.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@param port The port on which the load balancer is listening.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Protocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                          \n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                          \n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SslPolicy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslPolicy", "beanStyleSetterMethodName" : "setSslPolicy", "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslPolicy(String)}.\n@param sslPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@return [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.\n@deprecated Use {@link #sslPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@param sslPolicy [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicy(String)}\n", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslPolicy", "fluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@param sslPolicy [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicy", "getterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@return [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@param sslPolicy [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.", "setterMethodName" : "setSslPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the listener.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@return The port on which the load balancer is listening.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@return The port on which the load balancer is listening.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          \n@param port The port on which the load balancer is listening.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                          The port on which the load balancer is listening.

                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                          \n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                          \n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          \n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                          The protocol for connections from clients to the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                          \n@return [HTTPS or TLS listener] The default certificate for the listener.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n@param certificates [HTTPS or TLS listener] The default certificate for the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n@param certificates [HTTPS or TLS listener] The default certificate for the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                          \n@return [HTTPS or TLS listener] The default certificate for the listener.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          \n@param certificates [HTTPS or TLS listener] The default certificate for the listener.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The default certificate for the listener.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslPolicy", "beanStyleSetterMethodName" : "setSslPolicy", "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslPolicy(String)}.\n@param sslPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@return [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.\n@deprecated Use {@link #sslPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@param sslPolicy [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicy(String)}\n", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslPolicy", "fluentSetterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@param sslPolicy [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicy", "getterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@return [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          \n@param sslPolicy [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.", "setterMethodName" : "setSslPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                                                                                                                          [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDefaultActions", "beanStyleSetterMethodName" : "setDefaultActions", "c2jName" : "DefaultActions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #defaultActions(List)}.\n@param defaultActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultActions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The default actions for the listener.\n@deprecated Use {@link #defaultActions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n@param defaultActions The default actions for the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultActions(List)}\n", "documentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultActions", "fluentSetterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n@param defaultActions The default actions for the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultActions", "getterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The default actions for the listener.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultActions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          \n@param defaultActions The default actions for the listener.", "setterMethodName" : "setDefaultActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          The default actions for the listener.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Listener", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "wrapper" : false, "xmlNamespace" : null }, "ListenerNotFoundException" : { "c2jName" : "ListenerNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          The specified listener does not exist.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ListenerNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListenerNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListenerNotFoundException", "variableName" : "listenerNotFoundException", "variableType" : "ListenerNotFoundException", "documentation" : null, "simpleType" : "ListenerNotFoundException", "variableSetterType" : "ListenerNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "LoadBalancer" : { "c2jName" : "LoadBalancer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          Information about a load balancer.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDnsName", "beanStyleSetterMethodName" : "setDnsName", "c2jName" : "DNSName", "c2jShape" : "DNSName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dnsName(String)}.\n@param dnsName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@return The public DNS name of the load balancer.\n@deprecated Use {@link #dnsName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@param dnsName The public DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dnsName(String)}\n", "documentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DNSName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDnsName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dnsName", "fluentSetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@param dnsName The public DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsName", "getterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@return The public DNS name of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DNSName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DNSName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DNSName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@param dnsName The public DNS name of the load balancer.", "setterMethodName" : "setDnsName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsName", "variableType" : "String", "documentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCanonicalHostedZoneId", "beanStyleSetterMethodName" : "setCanonicalHostedZoneId", "c2jName" : "CanonicalHostedZoneId", "c2jShape" : "CanonicalHostedZoneId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #canonicalHostedZoneId(String)}.\n@param canonicalHostedZoneId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #canonicalHostedZoneId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@return The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@deprecated Use {@link #canonicalHostedZoneId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #canonicalHostedZoneId(String)}\n", "documentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CanonicalHostedZoneId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCanonicalHostedZoneId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "canonicalHostedZoneId", "fluentSetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "canonicalHostedZoneId", "getterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@return The ID of the Amazon Route 53 hosted zone associated with the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CanonicalHostedZoneId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CanonicalHostedZoneId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CanonicalHostedZoneId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.", "setterMethodName" : "setCanonicalHostedZoneId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "CreatedTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTime(Instant)}.\n@param createdTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \n@return The date and time the load balancer was created.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #createdTime(Instant)}\n", "documentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTime", "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.", "fluentSetterMethodName" : "createdTime", "getterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \n@return The date and time the load balancer was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \n@param createdTime The date and time the load balancer was created.", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerName", "beanStyleSetterMethodName" : "setLoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "LoadBalancerName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerName(String)}.\n@param loadBalancerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          \n@return The name of the load balancer.\n@deprecated Use {@link #loadBalancerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #loadBalancerName(String)}\n", "documentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerName", "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.", "fluentSetterMethodName" : "loadBalancerName", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          \n@param loadBalancerName The name of the load balancer.", "setterMethodName" : "setLoadBalancerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSchemeAsString", "beanStyleSetterMethodName" : "setScheme", "c2jName" : "Scheme", "c2jShape" : "LoadBalancerSchemeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemeAsString(String)}.\n@param scheme a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheme(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

                                                                                                                          \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #schemeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #scheme(String)}\n", "documentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerSchemeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Scheme property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasScheme", "fluentEnumGetterMethodName" : "scheme", "fluentEnumSetterMethodName" : "scheme", "fluentGetterMethodName" : "schemeAsString", "fluentSetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum", "fluentSetterMethodName" : "scheme", "getterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

                                                                                                                          \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scheme", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scheme", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum", "setterMethodName" : "setScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          \n@return The ID of the VPC for the load balancer.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                                                                                          The 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.", "fluentSetterMethodName" : "vpcId", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          \n@param vpcId The ID of the VPC for the load balancer.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "LoadBalancerState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link LoadBalancerState.Builder} avoiding the need to create one manually via {@link LoadBalancerState#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerState.Builder#build()} is called immediately and its result is passed to {@link #state(LoadBalancerState)}.\n@param state a consumer that will call methods on {@link LoadBalancerState.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(LoadBalancerState)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@return The state of the load balancer.\n@deprecated Use {@link #state()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@param state The state of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #state(LoadBalancerState)}\n", "documentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@param state The state of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@return The state of the load balancer.", "getterModel" : { "returnType" : "LoadBalancerState", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@param state The state of the load balancer.", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "state", "variableType" : "LoadBalancerState", "documentation" : null, "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "state", "variableType" : "LoadBalancerState", "documentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          ", "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "LoadBalancerTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                          \n@return The type of load balancer.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n@param type The type of load balancer.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n@param type The type of load balancer.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                          \n@return The type of load balancer.\n@see LoadBalancerTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n@param type The type of load balancer.\n@see LoadBalancerTypeEnum", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #availabilityZones(List)}.\n@param availabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZones(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The Availability Zones for the load balancer.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                                                                                                          The Availability Zones 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.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The Availability Zones for the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #member(AvailabilityZone)}.\n@param member a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AvailabilityZone)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AvailabilityZone)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AvailabilityZone", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \n@param availabilityZones The Availability Zones for the load balancer.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroups(List)}.\n@param securityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The IDs of the security groups for the load balancer.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n@param securityGroups The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroups", "fluentSetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n@param securityGroups The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The IDs of the security groups for the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n@param securityGroups The IDs of the security groups for the load balancer.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                          \n@return The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n@param ipAddressType The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n@param ipAddressType The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                          \n@return The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n@param ipAddressType The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZones" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #availabilityZones(List)}.\n@param availabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZones(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The Availability Zones for the load balancer.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                                                                                                          The Availability Zones 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.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The Availability Zones for the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #member(AvailabilityZone)}.\n@param member a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AvailabilityZone)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AvailabilityZone)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AvailabilityZone", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \n@param availabilityZones The Availability Zones for the load balancer.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CanonicalHostedZoneId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCanonicalHostedZoneId", "beanStyleSetterMethodName" : "setCanonicalHostedZoneId", "c2jName" : "CanonicalHostedZoneId", "c2jShape" : "CanonicalHostedZoneId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #canonicalHostedZoneId(String)}.\n@param canonicalHostedZoneId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #canonicalHostedZoneId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@return The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@deprecated Use {@link #canonicalHostedZoneId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #canonicalHostedZoneId(String)}\n", "documentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CanonicalHostedZoneId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCanonicalHostedZoneId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "canonicalHostedZoneId", "fluentSetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "canonicalHostedZoneId", "getterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@return The ID of the Amazon Route 53 hosted zone associated with the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CanonicalHostedZoneId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CanonicalHostedZoneId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CanonicalHostedZoneId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.", "setterMethodName" : "setCanonicalHostedZoneId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreatedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "CreatedTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTime(Instant)}.\n@param createdTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \n@return The date and time the load balancer was created.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #createdTime(Instant)}\n", "documentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTime", "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.", "fluentSetterMethodName" : "createdTime", "getterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \n@return The date and time the load balancer was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \n@param createdTime The date and time the load balancer was created.", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DNSName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDnsName", "beanStyleSetterMethodName" : "setDnsName", "c2jName" : "DNSName", "c2jShape" : "DNSName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dnsName(String)}.\n@param dnsName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@return The public DNS name of the load balancer.\n@deprecated Use {@link #dnsName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@param dnsName The public DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dnsName(String)}\n", "documentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DNSName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDnsName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dnsName", "fluentSetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@param dnsName The public DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsName", "getterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@return The public DNS name of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DNSName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DNSName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DNSName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@param dnsName The public DNS name of the load balancer.", "setterMethodName" : "setDnsName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsName", "variableType" : "String", "documentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IpAddressType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                          \n@return The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n@param ipAddressType The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n@param ipAddressType The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                          \n@return The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n@param ipAddressType The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LoadBalancerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LoadBalancerName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerName", "beanStyleSetterMethodName" : "setLoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "LoadBalancerName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerName(String)}.\n@param loadBalancerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          \n@return The name of the load balancer.\n@deprecated Use {@link #loadBalancerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #loadBalancerName(String)}\n", "documentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerName", "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.", "fluentSetterMethodName" : "loadBalancerName", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          \n@param loadBalancerName The name of the load balancer.", "setterMethodName" : "setLoadBalancerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Scheme" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSchemeAsString", "beanStyleSetterMethodName" : "setScheme", "c2jName" : "Scheme", "c2jShape" : "LoadBalancerSchemeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemeAsString(String)}.\n@param scheme a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheme(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

                                                                                                                          \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #schemeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #scheme(String)}\n", "documentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerSchemeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Scheme property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasScheme", "fluentEnumGetterMethodName" : "scheme", "fluentEnumSetterMethodName" : "scheme", "fluentGetterMethodName" : "schemeAsString", "fluentSetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum", "fluentSetterMethodName" : "scheme", "getterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

                                                                                                                          \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scheme", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scheme", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum", "setterMethodName" : "setScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SecurityGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroups(List)}.\n@param securityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The IDs of the security groups for the load balancer.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n@param securityGroups The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroups", "fluentSetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n@param securityGroups The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The IDs of the security groups for the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n@param securityGroups The IDs of the security groups for the load balancer.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "State" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "LoadBalancerState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link LoadBalancerState.Builder} avoiding the need to create one manually via {@link LoadBalancerState#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerState.Builder#build()} is called immediately and its result is passed to {@link #state(LoadBalancerState)}.\n@param state a consumer that will call methods on {@link LoadBalancerState.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(LoadBalancerState)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@return The state of the load balancer.\n@deprecated Use {@link #state()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@param state The state of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #state(LoadBalancerState)}\n", "documentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@param state The state of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@return The state of the load balancer.", "getterModel" : { "returnType" : "LoadBalancerState", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@param state The state of the load balancer.", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "state", "variableType" : "LoadBalancerState", "documentation" : null, "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "state", "variableType" : "LoadBalancerState", "documentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          ", "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "LoadBalancerTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                          \n@return The type of load balancer.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n@param type The type of load balancer.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n@param type The type of load balancer.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                          \n@return The type of load balancer.\n@see LoadBalancerTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n@param type The type of load balancer.\n@see LoadBalancerTypeEnum", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VpcId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          \n@return The ID of the VPC for the load balancer.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                                                                                          The 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.", "fluentSetterMethodName" : "vpcId", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          \n@param vpcId The ID of the VPC for the load balancer.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDnsName", "beanStyleSetterMethodName" : "setDnsName", "c2jName" : "DNSName", "c2jShape" : "DNSName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dnsName(String)}.\n@param dnsName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@return The public DNS name of the load balancer.\n@deprecated Use {@link #dnsName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@param dnsName The public DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dnsName(String)}\n", "documentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DNSName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDnsName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dnsName", "fluentSetterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@param dnsName The public DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsName", "getterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@return The public DNS name of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DNSName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DNSName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DNSName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          \n@param dnsName The public DNS name of the load balancer.", "setterMethodName" : "setDnsName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsName", "variableType" : "String", "documentation" : "

                                                                                                                          The public DNS name of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCanonicalHostedZoneId", "beanStyleSetterMethodName" : "setCanonicalHostedZoneId", "c2jName" : "CanonicalHostedZoneId", "c2jShape" : "CanonicalHostedZoneId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #canonicalHostedZoneId(String)}.\n@param canonicalHostedZoneId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #canonicalHostedZoneId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@return The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@deprecated Use {@link #canonicalHostedZoneId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #canonicalHostedZoneId(String)}\n", "documentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CanonicalHostedZoneId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCanonicalHostedZoneId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "canonicalHostedZoneId", "fluentSetterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "canonicalHostedZoneId", "getterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@return The ID of the Amazon Route 53 hosted zone associated with the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CanonicalHostedZoneId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CanonicalHostedZoneId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CanonicalHostedZoneId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          \n@param canonicalHostedZoneId The ID of the Amazon Route 53 hosted zone associated with the load balancer.", "setterMethodName" : "setCanonicalHostedZoneId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "canonicalHostedZoneId", "variableType" : "String", "documentation" : "

                                                                                                                          The ID of the Amazon Route 53 hosted zone associated with the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "CreatedTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTime(Instant)}.\n@param createdTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \n@return The date and time the load balancer was created.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #createdTime(Instant)}\n", "documentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdTime", "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.", "fluentSetterMethodName" : "createdTime", "getterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \n@return The date and time the load balancer was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          \n@param createdTime The date and time the load balancer was created.", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                          The date and time the load balancer was created.

                                                                                                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerName", "beanStyleSetterMethodName" : "setLoadBalancerName", "c2jName" : "LoadBalancerName", "c2jShape" : "LoadBalancerName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerName(String)}.\n@param loadBalancerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          \n@return The name of the load balancer.\n@deprecated Use {@link #loadBalancerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #loadBalancerName(String)}\n", "documentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerName", "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.", "fluentSetterMethodName" : "loadBalancerName", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          \n@param loadBalancerName The name of the load balancer.", "setterMethodName" : "setLoadBalancerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerName", "variableType" : "String", "documentation" : "

                                                                                                                          The name of the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSchemeAsString", "beanStyleSetterMethodName" : "setScheme", "c2jName" : "Scheme", "c2jShape" : "LoadBalancerSchemeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemeAsString(String)}.\n@param scheme a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheme(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

                                                                                                                          \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #schemeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum\n@deprecated Use {@link #scheme(String)}\n", "documentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerSchemeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Scheme property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasScheme", "fluentEnumGetterMethodName" : "scheme", "fluentEnumSetterMethodName" : "scheme", "fluentGetterMethodName" : "schemeAsString", "fluentSetterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum", "fluentSetterMethodName" : "scheme", "getterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #scheme} will return {@link LoadBalancerSchemeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #schemeAsString}.\n

                                                                                                                          \n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Scheme", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Scheme", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Scheme", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          \n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.\n@see LoadBalancerSchemeEnum", "setterMethodName" : "setScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "scheme", "variableType" : "String", "documentation" : "

                                                                                                                          The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

                                                                                                                          The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          \n@return The ID of the VPC for the load balancer.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                                                                                          The 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.", "fluentSetterMethodName" : "vpcId", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          \n@param vpcId The ID of the VPC for the load balancer.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                                                                                                          The ID of the VPC for the load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "LoadBalancerState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link LoadBalancerState.Builder} avoiding the need to create one manually via {@link LoadBalancerState#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerState.Builder#build()} is called immediately and its result is passed to {@link #state(LoadBalancerState)}.\n@param state a consumer that will call methods on {@link LoadBalancerState.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(LoadBalancerState)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@return The state of the load balancer.\n@deprecated Use {@link #state()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@param state The state of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #state(LoadBalancerState)}\n", "documentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@param state The state of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@return The state of the load balancer.", "getterModel" : { "returnType" : "LoadBalancerState", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          \n@param state The state of the load balancer.", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "state", "variableType" : "LoadBalancerState", "documentation" : null, "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "state", "variableType" : "LoadBalancerState", "documentation" : "

                                                                                                                          The state of the load balancer.

                                                                                                                          ", "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "LoadBalancerTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                          \n@return The type of load balancer.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n@param type The type of load balancer.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n@param type The type of load balancer.\n@see LoadBalancerTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerTypeEnum", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link LoadBalancerTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                                                          \n@return The type of load balancer.\n@see LoadBalancerTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          \n@param type The type of load balancer.\n@see LoadBalancerTypeEnum", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                          The type of load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #availabilityZones(List)}.\n@param availabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZones(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The Availability Zones for the load balancer.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          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.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                                                                                                          The Availability Zones 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.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The Availability Zones for the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #member(AvailabilityZone)}.\n@param member a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AvailabilityZone)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AvailabilityZone)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AvailabilityZone", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          \n@param availabilityZones The Availability Zones for the load balancer.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          The Availability Zones for the load balancer.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroups(List)}.\n@param securityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The IDs of the security groups for the load balancer.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n@param securityGroups The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroups", "fluentSetterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n@param securityGroups The IDs of the security groups for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n

                                                                                                                          \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                          \n@return The IDs of the security groups for the load balancer.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          \n@param securityGroups The IDs of the security groups for the load balancer.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          The IDs of the security groups for the load balancer.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                          \n@return The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n@param ipAddressType The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n@param ipAddressType The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n

                                                                                                                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                          \n@return The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          \n@param ipAddressType The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                                                                                          The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LoadBalancer", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancer", "variableName" : "loadBalancer", "variableType" : "LoadBalancer", "documentation" : null, "simpleType" : "LoadBalancer", "variableSetterType" : "LoadBalancer" }, "wrapper" : false, "xmlNamespace" : null }, "LoadBalancerAddress" : { "c2jName" : "LoadBalancerAddress", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          Information about a static IP address for a load balancer.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddress", "beanStyleSetterMethodName" : "setIpAddress", "c2jName" : "IpAddress", "c2jShape" : "IpAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddress(String)}.\n@param ipAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@return The static IP address.\n@deprecated Use {@link #ipAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@param ipAddress The static IP address.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddress(String)}\n", "documentation" : "

                                                                                                                          The static IP address.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ipAddress", "fluentSetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@param ipAddress The static IP address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddress", "getterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@return The static IP address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@param ipAddress The static IP address.", "setterMethodName" : "setIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "

                                                                                                                          The static IP address.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllocationId", "beanStyleSetterMethodName" : "setAllocationId", "c2jName" : "AllocationId", "c2jShape" : "AllocationId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #allocationId(String)}.\n@param allocationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allocationId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.\n@deprecated Use {@link #allocationId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allocationId(String)}\n", "documentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllocationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllocationId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allocationId", "fluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocationId", "getterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllocationId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocationId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllocationId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.", "setterMethodName" : "setAllocationId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrivateIPv4Address", "beanStyleSetterMethodName" : "setPrivateIPv4Address", "c2jName" : "PrivateIPv4Address", "c2jShape" : "PrivateIPv4Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #privateIPv4Address(String)}.\n@param privateIPv4Address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateIPv4Address(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@deprecated Use {@link #privateIPv4Address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #privateIPv4Address(String)}\n", "documentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PrivateIPv4Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrivateIPv4Address", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateIPv4Address", "fluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateIPv4Address", "getterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateIPv4Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateIPv4Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrivateIPv4Address", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.", "setterMethodName" : "setPrivateIPv4Address", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllocationId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllocationId", "beanStyleSetterMethodName" : "setAllocationId", "c2jName" : "AllocationId", "c2jShape" : "AllocationId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #allocationId(String)}.\n@param allocationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allocationId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.\n@deprecated Use {@link #allocationId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allocationId(String)}\n", "documentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllocationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllocationId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allocationId", "fluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocationId", "getterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllocationId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocationId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllocationId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.", "setterMethodName" : "setAllocationId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IpAddress" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddress", "beanStyleSetterMethodName" : "setIpAddress", "c2jName" : "IpAddress", "c2jShape" : "IpAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddress(String)}.\n@param ipAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@return The static IP address.\n@deprecated Use {@link #ipAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@param ipAddress The static IP address.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddress(String)}\n", "documentation" : "

                                                                                                                          The static IP address.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ipAddress", "fluentSetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@param ipAddress The static IP address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddress", "getterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@return The static IP address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@param ipAddress The static IP address.", "setterMethodName" : "setIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "

                                                                                                                          The static IP address.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PrivateIPv4Address" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrivateIPv4Address", "beanStyleSetterMethodName" : "setPrivateIPv4Address", "c2jName" : "PrivateIPv4Address", "c2jShape" : "PrivateIPv4Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #privateIPv4Address(String)}.\n@param privateIPv4Address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateIPv4Address(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@deprecated Use {@link #privateIPv4Address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #privateIPv4Address(String)}\n", "documentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PrivateIPv4Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrivateIPv4Address", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateIPv4Address", "fluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateIPv4Address", "getterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateIPv4Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateIPv4Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrivateIPv4Address", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.", "setterMethodName" : "setPrivateIPv4Address", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddress", "beanStyleSetterMethodName" : "setIpAddress", "c2jName" : "IpAddress", "c2jShape" : "IpAddress", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddress(String)}.\n@param ipAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@return The static IP address.\n@deprecated Use {@link #ipAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@param ipAddress The static IP address.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddress(String)}\n", "documentation" : "

                                                                                                                          The static IP address.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ipAddress", "fluentSetterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@param ipAddress The static IP address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddress", "getterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@return The static IP address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddress", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          The static IP address.

                                                                                                                          \n@param ipAddress The static IP address.", "setterMethodName" : "setIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "

                                                                                                                          The static IP address.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllocationId", "beanStyleSetterMethodName" : "setAllocationId", "c2jName" : "AllocationId", "c2jShape" : "AllocationId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #allocationId(String)}.\n@param allocationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allocationId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.\n@deprecated Use {@link #allocationId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allocationId(String)}\n", "documentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllocationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllocationId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allocationId", "fluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocationId", "getterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllocationId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocationId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllocationId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.", "setterMethodName" : "setAllocationId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : "

                                                                                                                          [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrivateIPv4Address", "beanStyleSetterMethodName" : "setPrivateIPv4Address", "c2jName" : "PrivateIPv4Address", "c2jShape" : "PrivateIPv4Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #privateIPv4Address(String)}.\n@param privateIPv4Address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateIPv4Address(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@deprecated Use {@link #privateIPv4Address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #privateIPv4Address(String)}\n", "documentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PrivateIPv4Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrivateIPv4Address", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateIPv4Address", "fluentSetterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateIPv4Address", "getterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateIPv4Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateIPv4Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrivateIPv4Address", "sensitive" : false, "setterDocumentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.", "setterMethodName" : "setPrivateIPv4Address", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : "

                                                                                                                          [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LoadBalancerAddress", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerAddress", "variableName" : "loadBalancerAddress", "variableType" : "LoadBalancerAddress", "documentation" : null, "simpleType" : "LoadBalancerAddress", "variableSetterType" : "LoadBalancerAddress" }, "wrapper" : false, "xmlNamespace" : null }, "LoadBalancerAttribute" : { "c2jName" : "LoadBalancerAttribute", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                          Information about a load balancer attribute.

                                                                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "LoadBalancerAttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The name of the attribute.

                                                                                                                          The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                          • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                          • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                          • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                          • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                          The following attributes are supported by only Application Load Balancers:

                                                                                                                          • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                          • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                          • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                          The following attributes are supported by only Network Load Balancers:

                                                                                                                          • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                          The name of the attribute.

                                                                                                                          The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                          • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                          • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                          • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                          • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                          The following attributes are supported by only Application Load Balancers:

                                                                                                                          • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                          • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                          • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                          The following attributes are supported by only Network Load Balancers:

                                                                                                                          • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                          \n@return The name of the attribute.

                                                                                                                          The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                          • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                          • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                          • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                          • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                          The following attributes are supported by only Application Load Balancers:

                                                                                                                          • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                          • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                          • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                          The following attributes are supported by only Network Load Balancers:

                                                                                                                          • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                          • \n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                            The name of the attribute.

                                                                                                                            The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                            • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                            • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                            • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                            • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                            The following attributes are supported by only Application Load Balancers:

                                                                                                                            • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                            • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                            • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                            The following attributes are supported by only Network Load Balancers:

                                                                                                                            • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                            \n@param key The name of the attribute.

                                                                                                                            The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                            • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                            • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                            • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                            • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                            The following attributes are supported by only Application Load Balancers:

                                                                                                                            • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                            • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                            • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                            The following attributes are supported by only Network Load Balancers:

                                                                                                                            • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                              The name of the attribute.

                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                              • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                              • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                              • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                              • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                              The following attributes are supported by only Application Load Balancers:

                                                                                                                              • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                              • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                              • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                              The following attributes are supported by only Network Load Balancers:

                                                                                                                              • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                              The name of the attribute.

                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                              • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                              • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                              • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                              • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                              The following attributes are supported by only Application Load Balancers:

                                                                                                                              • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                              • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                              • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                              The following attributes are supported by only Network Load Balancers:

                                                                                                                              • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                              \n@param key The name of the attribute.

                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                              • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                              • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                              • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                              • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                              The following attributes are supported by only Application Load Balancers:

                                                                                                                              • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                              • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                              • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                              The following attributes are supported by only Network Load Balancers:

                                                                                                                              • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                The name of the attribute.

                                                                                                                                The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                The following attributes are supported by only Application Load Balancers:

                                                                                                                                • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                The following attributes are supported by only Network Load Balancers:

                                                                                                                                • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                \n@return The name of the attribute.

                                                                                                                                The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                The following attributes are supported by only Application Load Balancers:

                                                                                                                                • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                The following attributes are supported by only Network Load Balancers:

                                                                                                                                • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                  The name of the attribute.

                                                                                                                                  The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                  • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                  • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                  The following attributes are supported by only Application Load Balancers:

                                                                                                                                  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                  • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                  • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                  The following attributes are supported by only Network Load Balancers:

                                                                                                                                  • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                  \n@param key The name of the attribute.

                                                                                                                                  The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                  • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                  • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                  The following attributes are supported by only Application Load Balancers:

                                                                                                                                  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                  • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                  • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                  The following attributes are supported by only Network Load Balancers:

                                                                                                                                  • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                  • ", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                    The name of the attribute.

                                                                                                                                    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                    • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                    • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                    • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                    • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                    The following attributes are supported by only Application Load Balancers:

                                                                                                                                    • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                    • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                    • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                    The following attributes are supported by only Network Load Balancers:

                                                                                                                                    • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "LoadBalancerAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    The value of the attribute.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    The value of the attribute.

                                                                                                                                    \n@return The value of the attribute.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                    The value of the attribute.

                                                                                                                                    \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                    The value of the attribute.

                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                    The value of the attribute.

                                                                                                                                    \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                    The value of the attribute.

                                                                                                                                    \n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                    The value of the attribute.

                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "LoadBalancerAttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                    The name of the attribute.

                                                                                                                                    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                    • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                    • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                    • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                    • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                    The following attributes are supported by only Application Load Balancers:

                                                                                                                                    • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                    • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                    • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                    The following attributes are supported by only Network Load Balancers:

                                                                                                                                    • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                    The name of the attribute.

                                                                                                                                    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                    • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                    • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                    • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                    • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                    The following attributes are supported by only Application Load Balancers:

                                                                                                                                    • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                    • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                    • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                    The following attributes are supported by only Network Load Balancers:

                                                                                                                                    • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                    \n@return The name of the attribute.

                                                                                                                                    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                    • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                    • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                    • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                    • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                    The following attributes are supported by only Application Load Balancers:

                                                                                                                                    • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                    • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                    • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                    The following attributes are supported by only Network Load Balancers:

                                                                                                                                    • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                    • \n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                      The name of the attribute.

                                                                                                                                      The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                      • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                      • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                      • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                      • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                      The following attributes are supported by only Application Load Balancers:

                                                                                                                                      • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                      • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                      • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                      The following attributes are supported by only Network Load Balancers:

                                                                                                                                      • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                      \n@param key The name of the attribute.

                                                                                                                                      The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                      • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                      • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                      • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                      • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                      The following attributes are supported by only Application Load Balancers:

                                                                                                                                      • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                      • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                      • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                      The following attributes are supported by only Network Load Balancers:

                                                                                                                                      • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                        The name of the attribute.

                                                                                                                                        The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                        • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                        • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                        • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                        • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                        The following attributes are supported by only Application Load Balancers:

                                                                                                                                        • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                        • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                        • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                        The following attributes are supported by only Network Load Balancers:

                                                                                                                                        • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                        The name of the attribute.

                                                                                                                                        The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                        • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                        • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                        • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                        • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                        The following attributes are supported by only Application Load Balancers:

                                                                                                                                        • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                        • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                        • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                        The following attributes are supported by only Network Load Balancers:

                                                                                                                                        • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                        \n@param key The name of the attribute.

                                                                                                                                        The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                        • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                        • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                        • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                        • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                        The following attributes are supported by only Application Load Balancers:

                                                                                                                                        • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                        • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                        • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                        The following attributes are supported by only Network Load Balancers:

                                                                                                                                        • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                          The name of the attribute.

                                                                                                                                          The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                          • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                          • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                          • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                          • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                          The following attributes are supported by only Application Load Balancers:

                                                                                                                                          • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                          • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                          • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                          The following attributes are supported by only Network Load Balancers:

                                                                                                                                          • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                          \n@return The name of the attribute.

                                                                                                                                          The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                          • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                          • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                          • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                          • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                          The following attributes are supported by only Application Load Balancers:

                                                                                                                                          • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                          • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                          • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                          The following attributes are supported by only Network Load Balancers:

                                                                                                                                          • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                            The name of the attribute.

                                                                                                                                            The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                            • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                            • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                            • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                            • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                            The following attributes are supported by only Application Load Balancers:

                                                                                                                                            • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                            • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                            • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                            The following attributes are supported by only Network Load Balancers:

                                                                                                                                            • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                            \n@param key The name of the attribute.

                                                                                                                                            The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                            • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                            • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                            • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                            • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                            The following attributes are supported by only Application Load Balancers:

                                                                                                                                            • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                            • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                            • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                            The following attributes are supported by only Network Load Balancers:

                                                                                                                                            • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                            • ", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                              The name of the attribute.

                                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                              • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                              • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                              • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                              • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                              The following attributes are supported by only Application Load Balancers:

                                                                                                                                              • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                              • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                              • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                              The following attributes are supported by only Network Load Balancers:

                                                                                                                                              • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "LoadBalancerAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                              The value of the attribute.

                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                              The value of the attribute.

                                                                                                                                              \n@return The value of the attribute.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                              The value of the attribute.

                                                                                                                                              \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                              The value of the attribute.

                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                              The value of the attribute.

                                                                                                                                              \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                              The value of the attribute.

                                                                                                                                              \n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                              The value of the attribute.

                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "LoadBalancerAttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                              The name of the attribute.

                                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                              • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                              • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                              • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                              • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                              The following attributes are supported by only Application Load Balancers:

                                                                                                                                              • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                              • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                              • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                              The following attributes are supported by only Network Load Balancers:

                                                                                                                                              • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                              The name of the attribute.

                                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                              • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                              • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                              • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                              • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                              The following attributes are supported by only Application Load Balancers:

                                                                                                                                              • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                              • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                              • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                              The following attributes are supported by only Network Load Balancers:

                                                                                                                                              • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                              \n@return The name of the attribute.

                                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                              • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                              • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                              • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                              • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                              The following attributes are supported by only Application Load Balancers:

                                                                                                                                              • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                              • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                              • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                              The following attributes are supported by only Network Load Balancers:

                                                                                                                                              • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                              • \n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                The name of the attribute.

                                                                                                                                                The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                                • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                                • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                                • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                                The following attributes are supported by only Application Load Balancers:

                                                                                                                                                • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                                • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                                • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                                The following attributes are supported by only Network Load Balancers:

                                                                                                                                                • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                                \n@param key The name of the attribute.

                                                                                                                                                The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                                • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                                • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                                • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                                The following attributes are supported by only Application Load Balancers:

                                                                                                                                                • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                                • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                                • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                                The following attributes are supported by only Network Load Balancers:

                                                                                                                                                • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                  The name of the attribute.

                                                                                                                                                  The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                  • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                                  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                                  • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                                  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                                  The following attributes are supported by only Application Load Balancers:

                                                                                                                                                  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                                  • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                                  • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                                  The following attributes are supported by only Network Load Balancers:

                                                                                                                                                  • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the attribute.

                                                                                                                                                  The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                  • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                                  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                                  • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                                  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                                  The following attributes are supported by only Application Load Balancers:

                                                                                                                                                  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                                  • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                                  • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                                  The following attributes are supported by only Network Load Balancers:

                                                                                                                                                  • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                                  \n@param key The name of the attribute.

                                                                                                                                                  The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                  • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                                  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                                  • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                                  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                                  The following attributes are supported by only Application Load Balancers:

                                                                                                                                                  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                                  • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                                  • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                                  The following attributes are supported by only Network Load Balancers:

                                                                                                                                                  • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                    The name of the attribute.

                                                                                                                                                    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                    • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                                    • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                                    • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                                    • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                                    The following attributes are supported by only Application Load Balancers:

                                                                                                                                                    • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                                    • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                                    • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                                    The following attributes are supported by only Network Load Balancers:

                                                                                                                                                    • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                                    \n@return The name of the attribute.

                                                                                                                                                    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                    • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                                    • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                                    • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                                    • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                                    The following attributes are supported by only Application Load Balancers:

                                                                                                                                                    • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                                    • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                                    • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                                    The following attributes are supported by only Network Load Balancers:

                                                                                                                                                    • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                      The name of the attribute.

                                                                                                                                                      The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                      • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                                      • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                                      • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                                      • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                                      The following attributes are supported by only Application Load Balancers:

                                                                                                                                                      • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                                      • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                                      • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                                      The following attributes are supported by only Network Load Balancers:

                                                                                                                                                      • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                                      \n@param key The name of the attribute.

                                                                                                                                                      The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                      • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                                      • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                                      • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                                      • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                                      The following attributes are supported by only Application Load Balancers:

                                                                                                                                                      • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                                      • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                                      • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                                      The following attributes are supported by only Network Load Balancers:

                                                                                                                                                      • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                                      • ", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                        The name of the attribute.

                                                                                                                                                        The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                        • access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false.

                                                                                                                                                        • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.

                                                                                                                                                        • access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs.

                                                                                                                                                        • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false.

                                                                                                                                                        The following attributes are supported by only Application Load Balancers:

                                                                                                                                                        • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.

                                                                                                                                                        • routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false.

                                                                                                                                                        • routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.

                                                                                                                                                        The following attributes are supported by only Network Load Balancers:

                                                                                                                                                        • load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "LoadBalancerAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The value of the attribute.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The value of the attribute.

                                                                                                                                                        \n@return The value of the attribute.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The value of the attribute.

                                                                                                                                                        \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                        The value of the attribute.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                        The value of the attribute.

                                                                                                                                                        \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The value of the attribute.

                                                                                                                                                        \n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                        The value of the attribute.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LoadBalancerAttribute", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "loadBalancerAttribute", "variableType" : "LoadBalancerAttribute", "documentation" : null, "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "wrapper" : false, "xmlNamespace" : null }, "LoadBalancerNotFoundException" : { "c2jName" : "LoadBalancerNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        The specified load balancer does not exist.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LoadBalancerNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LoadBalancerNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LoadBalancerNotFoundException", "variableName" : "loadBalancerNotFoundException", "variableType" : "LoadBalancerNotFoundException", "documentation" : null, "simpleType" : "LoadBalancerNotFoundException", "variableSetterType" : "LoadBalancerNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "LoadBalancerSchemeEnum" : { "c2jName" : "LoadBalancerSchemeEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INTERNET_FACING", "value" : "internet-facing" }, { "name" : "INTERNAL", "value" : "internal" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LoadBalancerSchemeEnum", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerSchemeEnum", "variableName" : "loadBalancerSchemeEnum", "variableType" : "LoadBalancerSchemeEnum", "documentation" : null, "simpleType" : "LoadBalancerSchemeEnum", "variableSetterType" : "LoadBalancerSchemeEnum" }, "wrapper" : false, "xmlNamespace" : null }, "LoadBalancerState" : { "c2jName" : "LoadBalancerState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Information about the state of the load balancer.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeAsString", "beanStyleSetterMethodName" : "setCode", "c2jName" : "Code", "c2jShape" : "LoadBalancerStateEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeAsString(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link LoadBalancerStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

                                                                                                                                                        \n@return The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum\n@deprecated Use {@link #codeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerStateEnum\n@deprecated Use {@link #code(String)}\n", "documentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerStateEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCode", "fluentEnumGetterMethodName" : "code", "fluentEnumSetterMethodName" : "code", "fluentGetterMethodName" : "codeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerStateEnum", "fluentSetterMethodName" : "code", "getterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link LoadBalancerStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

                                                                                                                                                        \n@return The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Code", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Code", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "StateReason", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reason(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@return A description of the state.\n@deprecated Use {@link #reason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@param reason A description of the state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reason(String)}\n", "documentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@param reason A description of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reason", "getterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@return A description of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@param reason A description of the state.", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeAsString", "beanStyleSetterMethodName" : "setCode", "c2jName" : "Code", "c2jShape" : "LoadBalancerStateEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeAsString(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link LoadBalancerStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

                                                                                                                                                        \n@return The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum\n@deprecated Use {@link #codeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerStateEnum\n@deprecated Use {@link #code(String)}\n", "documentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerStateEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCode", "fluentEnumGetterMethodName" : "code", "fluentEnumSetterMethodName" : "code", "fluentGetterMethodName" : "codeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerStateEnum", "fluentSetterMethodName" : "code", "getterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link LoadBalancerStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

                                                                                                                                                        \n@return The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Code", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Code", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Reason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "StateReason", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reason(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@return A description of the state.\n@deprecated Use {@link #reason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@param reason A description of the state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reason(String)}\n", "documentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@param reason A description of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reason", "getterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@return A description of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@param reason A description of the state.", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeAsString", "beanStyleSetterMethodName" : "setCode", "c2jName" : "Code", "c2jShape" : "LoadBalancerStateEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeAsString(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link LoadBalancerStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

                                                                                                                                                        \n@return The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum\n@deprecated Use {@link #codeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerStateEnum\n@deprecated Use {@link #code(String)}\n", "documentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "LoadBalancerStateEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCode", "fluentEnumGetterMethodName" : "code", "fluentEnumSetterMethodName" : "code", "fluentGetterMethodName" : "codeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerStateEnum", "fluentSetterMethodName" : "code", "getterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link LoadBalancerStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

                                                                                                                                                        \n@return The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Code", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Code", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        \n@param code The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.\n@see LoadBalancerStateEnum", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

                                                                                                                                                        The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "StateReason", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reason(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@return A description of the state.\n@deprecated Use {@link #reason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@param reason A description of the state.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reason(String)}\n", "documentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@param reason A description of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reason", "getterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@return A description of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        \n@param reason A description of the state.", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

                                                                                                                                                        A description of the state.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LoadBalancerState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerState", "variableName" : "loadBalancerState", "variableType" : "LoadBalancerState", "documentation" : null, "simpleType" : "LoadBalancerState", "variableSetterType" : "LoadBalancerState" }, "wrapper" : false, "xmlNamespace" : null }, "LoadBalancerStateEnum" : { "c2jName" : "LoadBalancerStateEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ACTIVE", "value" : "active" }, { "name" : "PROVISIONING", "value" : "provisioning" }, { "name" : "ACTIVE_IMPAIRED", "value" : "active_impaired" }, { "name" : "FAILED", "value" : "failed" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LoadBalancerStateEnum", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerStateEnum", "variableName" : "loadBalancerStateEnum", "variableType" : "LoadBalancerStateEnum", "documentation" : null, "simpleType" : "LoadBalancerStateEnum", "variableSetterType" : "LoadBalancerStateEnum" }, "wrapper" : false, "xmlNamespace" : null }, "LoadBalancerTypeEnum" : { "c2jName" : "LoadBalancerTypeEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "APPLICATION", "value" : "application" }, { "name" : "NETWORK", "value" : "network" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LoadBalancerTypeEnum", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LoadBalancerTypeEnum", "variableName" : "loadBalancerTypeEnum", "variableType" : "LoadBalancerTypeEnum", "documentation" : null, "simpleType" : "LoadBalancerTypeEnum", "variableSetterType" : "LoadBalancerTypeEnum" }, "wrapper" : false, "xmlNamespace" : null }, "Matcher" : { "c2jName" : "Matcher", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Information to use when checking for a successful response from a target.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpCode", "beanStyleSetterMethodName" : "setHttpCode", "c2jName" : "HttpCode", "c2jShape" : "HttpCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpCode(String)}.\n@param httpCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@return The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.\n@deprecated Use {@link #httpCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@param httpCode The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpCode(String)}\n", "documentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpCode", "fluentSetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@param httpCode The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpCode", "getterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@return The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpCode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@param httpCode The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.", "setterMethodName" : "setHttpCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpCode", "variableType" : "String", "documentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HttpCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpCode", "beanStyleSetterMethodName" : "setHttpCode", "c2jName" : "HttpCode", "c2jShape" : "HttpCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpCode(String)}.\n@param httpCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@return The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.\n@deprecated Use {@link #httpCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@param httpCode The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpCode(String)}\n", "documentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpCode", "fluentSetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@param httpCode The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpCode", "getterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@return The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpCode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@param httpCode The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.", "setterMethodName" : "setHttpCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpCode", "variableType" : "String", "documentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpCode", "beanStyleSetterMethodName" : "setHttpCode", "c2jName" : "HttpCode", "c2jShape" : "HttpCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #httpCode(String)}.\n@param httpCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@return The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.\n@deprecated Use {@link #httpCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@param httpCode The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpCode(String)}\n", "documentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpCode", "fluentSetterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@param httpCode The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpCode", "getterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@return The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HttpCode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        \n@param httpCode The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.", "setterMethodName" : "setHttpCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "httpCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "httpCode", "variableType" : "String", "documentation" : "

                                                                                                                                                        The HTTP codes.

                                                                                                                                                        For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

                                                                                                                                                        For Network Load Balancers, this is 200–399.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HttpCode" ], "shapeName" : "Matcher", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : null, "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "wrapper" : false, "xmlNamespace" : null }, "ModifyListenerRequest" : { "c2jName" : "ModifyListenerInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ModifyListener", "locationName" : null, "requestUri" : "/", "target" : "ModifyListener", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@return The port for connections from clients to the load balancer.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@param port The port for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@param port The port for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@return The port for connections from clients to the load balancer.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@param port The port for connections from clients to the load balancer.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                        \n@return The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n@param protocol The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n@param protocol The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                        \n@return The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n@param protocol The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslPolicy", "beanStyleSetterMethodName" : "setSslPolicy", "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslPolicy(String)}.\n@param sslPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@deprecated Use {@link #sslPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicy(String)}\n", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicy", "getterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "setterMethodName" : "setSslPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDefaultActions", "beanStyleSetterMethodName" : "setDefaultActions", "c2jName" : "DefaultActions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #defaultActions(List)}.\n@param defaultActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultActions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #defaultActions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultActions(List)}\n", "documentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultActions", "fluentSetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultActions", "getterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultActions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setDefaultActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificates" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultActions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDefaultActions", "beanStyleSetterMethodName" : "setDefaultActions", "c2jName" : "DefaultActions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #defaultActions(List)}.\n@param defaultActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultActions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #defaultActions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultActions(List)}\n", "documentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultActions", "fluentSetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultActions", "getterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultActions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setDefaultActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Port" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@return The port for connections from clients to the load balancer.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@param port The port for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@param port The port for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@return The port for connections from clients to the load balancer.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@param port The port for connections from clients to the load balancer.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Protocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                        \n@return The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n@param protocol The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n@param protocol The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                        \n@return The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n@param protocol The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SslPolicy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslPolicy", "beanStyleSetterMethodName" : "setSslPolicy", "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslPolicy(String)}.\n@param sslPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@deprecated Use {@link #sslPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicy(String)}\n", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicy", "getterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "setterMethodName" : "setSslPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@return The port for connections from clients to the load balancer.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@param port The port for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@param port The port for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@return The port for connections from clients to the load balancer.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        \n@param port The port for connections from clients to the load balancer.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The port for connections from clients to the load balancer.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                        \n@return The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n@param protocol The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n@param protocol The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                        \n@return The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        \n@param protocol The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                                                        The protocol for connections from clients to the load balancer. Application Load Balancers support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and TCP_UDP protocols.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSslPolicy", "beanStyleSetterMethodName" : "setSslPolicy", "c2jName" : "SslPolicy", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslPolicy(String)}.\n@param sslPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@deprecated Use {@link #sslPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslPolicy(String)}\n", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslPolicy", "getterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SslPolicy", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        \n@param sslPolicy [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.", "setterMethodName" : "setSslPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. The following are the possible values:

                                                                                                                                                        • ELBSecurityPolicy-2016-08

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-0-2015-04

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-1-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-2017-01

                                                                                                                                                        • ELBSecurityPolicy-TLS-1-2-Ext-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-2018-06

                                                                                                                                                        • ELBSecurityPolicy-FS-1-1-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-2019-08

                                                                                                                                                        • ELBSecurityPolicy-FS-1-2-Res-2019-08

                                                                                                                                                        For more information, see Security Policies in the Application Load Balancers Guide and Security Policies in the Network Load Balancers Guide.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        \n@param certificates [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        To create a certificate list, use AddListenerCertificates.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDefaultActions", "beanStyleSetterMethodName" : "setDefaultActions", "c2jName" : "DefaultActions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #defaultActions(List)}.\n@param defaultActions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultActions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #defaultActions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultActions(List)}\n", "documentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultActions", "fluentSetterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultActions", "getterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasDefaultActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DefaultActions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultActions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DefaultActions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param defaultActions The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setDefaultActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "defaultActions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The actions for the default rule. The rule must include one forward action or one or more fixed-response actions.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ListenerArn" ], "shapeName" : "ModifyListenerRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyListenerRequest", "variableName" : "modifyListenerRequest", "variableType" : "ModifyListenerRequest", "documentation" : null, "simpleType" : "ModifyListenerRequest", "variableSetterType" : "ModifyListenerRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ModifyListenerResponse" : { "c2jName" : "ModifyListenerOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListeners", "beanStyleSetterMethodName" : "setListeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #listeners(List)}.\n@param listeners a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listeners(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified listener.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n@param listeners Information about the modified listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Listeners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListeners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listeners", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n@param listeners Information about the modified listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listeners", "getterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified listener.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Listeners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #member(Listener)}.\n@param member a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Listener)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Listener)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Listeners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n@param listeners Information about the modified listener.", "setterMethodName" : "setListeners", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Listeners" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListeners", "beanStyleSetterMethodName" : "setListeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #listeners(List)}.\n@param listeners a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listeners(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified listener.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n@param listeners Information about the modified listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Listeners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListeners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listeners", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n@param listeners Information about the modified listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listeners", "getterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified listener.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Listeners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #member(Listener)}.\n@param member a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Listener)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Listener)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Listeners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n@param listeners Information about the modified listener.", "setterMethodName" : "setListeners", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListeners", "beanStyleSetterMethodName" : "setListeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #listeners(List)}.\n@param listeners a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listeners(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified listener.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n@param listeners Information about the modified listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Listeners property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListeners", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listeners", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n@param listeners Information about the modified listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listeners", "getterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasListeners()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified listener.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Listeners", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listeners", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #member(Listener)}.\n@param member a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Listener)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Listener)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Listener", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "member", "variableType" : "Listener", "documentation" : "", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Listener", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Listener", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Listeners", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        \n@param listeners Information about the modified listener.", "setterMethodName" : "setListeners", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "listeners", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the modified listener.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyListenerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyListenerResult" }, "variable" : { "variableDeclarationType" : "ModifyListenerResponse", "variableName" : "modifyListenerResponse", "variableType" : "ModifyListenerResponse", "documentation" : null, "simpleType" : "ModifyListenerResponse", "variableSetterType" : "ModifyListenerResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ModifyLoadBalancerAttributesRequest" : { "c2jName" : "ModifyLoadBalancerAttributesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ModifyLoadBalancerAttributes", "locationName" : null, "requestUri" : "/", "target" : "ModifyLoadBalancerAttributes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The load balancer attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n@param attributes The load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n@param attributes The load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The load balancer attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAttribute.Builder} avoiding the need to create one manually via {@link LoadBalancerAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAttribute)}.\n@param member a consumer that will call methods on {@link LoadBalancerAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : null, "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n@param attributes The load balancer attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The load balancer attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n@param attributes The load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n@param attributes The load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The load balancer attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAttribute.Builder} avoiding the need to create one manually via {@link LoadBalancerAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAttribute)}.\n@param member a consumer that will call methods on {@link LoadBalancerAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : null, "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n@param attributes The load balancer attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LoadBalancerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The load balancer attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n@param attributes The load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n@param attributes The load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The load balancer attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAttribute.Builder} avoiding the need to create one manually via {@link LoadBalancerAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAttribute)}.\n@param member a consumer that will call methods on {@link LoadBalancerAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : null, "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        \n@param attributes The load balancer attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The load balancer attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LoadBalancerArn", "Attributes" ], "shapeName" : "ModifyLoadBalancerAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyLoadBalancerAttributesRequest", "variableName" : "modifyLoadBalancerAttributesRequest", "variableType" : "ModifyLoadBalancerAttributesRequest", "documentation" : null, "simpleType" : "ModifyLoadBalancerAttributesRequest", "variableSetterType" : "ModifyLoadBalancerAttributesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ModifyLoadBalancerAttributesResponse" : { "c2jName" : "ModifyLoadBalancerAttributesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the load balancer attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the load balancer attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAttribute.Builder} avoiding the need to create one manually via {@link LoadBalancerAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAttribute)}.\n@param member a consumer that will call methods on {@link LoadBalancerAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : null, "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n@param attributes Information about the load balancer attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the load balancer attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the load balancer attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAttribute.Builder} avoiding the need to create one manually via {@link LoadBalancerAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAttribute)}.\n@param member a consumer that will call methods on {@link LoadBalancerAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : null, "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n@param attributes Information about the load balancer attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "LoadBalancerAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the load balancer attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n@param attributes Information about the load balancer attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the load balancer attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LoadBalancerAttribute.Builder} avoiding the need to create one manually via {@link LoadBalancerAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link LoadBalancerAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(LoadBalancerAttribute)}.\n@param member a consumer that will call methods on {@link LoadBalancerAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LoadBalancerAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LoadBalancerAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LoadBalancerAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : null, "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LoadBalancerAttribute", "variableName" : "member", "variableType" : "LoadBalancerAttribute", "documentation" : "", "simpleType" : "LoadBalancerAttribute", "variableSetterType" : "LoadBalancerAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LoadBalancerAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LoadBalancerAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        \n@param attributes Information about the load balancer attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the load balancer attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyLoadBalancerAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyLoadBalancerAttributesResult" }, "variable" : { "variableDeclarationType" : "ModifyLoadBalancerAttributesResponse", "variableName" : "modifyLoadBalancerAttributesResponse", "variableType" : "ModifyLoadBalancerAttributesResponse", "documentation" : null, "simpleType" : "ModifyLoadBalancerAttributesResponse", "variableSetterType" : "ModifyLoadBalancerAttributesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ModifyRuleRequest" : { "c2jName" : "ModifyRuleInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ModifyRule", "locationName" : null, "requestUri" : "/", "target" : "ModifyRule", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConditions", "beanStyleSetterMethodName" : "setConditions", "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #conditions(List)}.\n@param conditions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conditions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@deprecated Use {@link #conditions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conditions(List)}\n", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Conditions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConditions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "conditions", "fluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "conditions", "getterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Conditions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleCondition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RuleCondition.Builder} avoiding the need to create one manually via {@link RuleCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link RuleCondition.Builder#build()} is called immediately and its result is passed to {@link #member(RuleCondition)}.\n@param member a consumer that will call methods on {@link RuleCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RuleCondition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RuleCondition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : null, "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Conditions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "setterMethodName" : "setConditions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Conditions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConditions", "beanStyleSetterMethodName" : "setConditions", "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #conditions(List)}.\n@param conditions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conditions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@deprecated Use {@link #conditions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conditions(List)}\n", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Conditions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConditions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "conditions", "fluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "conditions", "getterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Conditions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleCondition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RuleCondition.Builder} avoiding the need to create one manually via {@link RuleCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link RuleCondition.Builder#build()} is called immediately and its result is passed to {@link #member(RuleCondition)}.\n@param member a consumer that will call methods on {@link RuleCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RuleCondition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RuleCondition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : null, "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Conditions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "setterMethodName" : "setConditions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConditions", "beanStyleSetterMethodName" : "setConditions", "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #conditions(List)}.\n@param conditions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conditions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@deprecated Use {@link #conditions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conditions(List)}\n", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Conditions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConditions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "conditions", "fluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "conditions", "getterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Conditions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleCondition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RuleCondition.Builder} avoiding the need to create one manually via {@link RuleCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link RuleCondition.Builder#build()} is called immediately and its result is passed to {@link #member(RuleCondition)}.\n@param member a consumer that will call methods on {@link RuleCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RuleCondition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RuleCondition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : null, "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Conditions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "setterMethodName" : "setConditions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.

                                                                                                                                                        If the action type is forward, you specify one or more target groups. The protocol of the target group must be HTTP or HTTPS for an Application Load Balancer. The protocol of the target group must be TCP, TLS, UDP, or TCP_UDP for a Network Load Balancer.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-oidc, you authenticate users through an identity provider that is OpenID Connect (OIDC) compliant.

                                                                                                                                                        [HTTPS listeners] If the action type is authenticate-cognito, you authenticate users through the user pools supported by Amazon Cognito.

                                                                                                                                                        [Application Load Balancer] If the action type is redirect, you redirect specified client requests from one URL to another.

                                                                                                                                                        [Application Load Balancer] If the action type is fixed-response, you drop specified client requests and return a custom HTTP response.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RuleArn" ], "shapeName" : "ModifyRuleRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyRuleRequest", "variableName" : "modifyRuleRequest", "variableType" : "ModifyRuleRequest", "documentation" : null, "simpleType" : "ModifyRuleRequest", "variableSetterType" : "ModifyRuleRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ModifyRuleResponse" : { "c2jName" : "ModifyRuleOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified rule.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n@param rules Information about the modified rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n@param rules Information about the modified rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified rule.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n@param rules Information about the modified rule.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Rules" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified rule.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n@param rules Information about the modified rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n@param rules Information about the modified rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified rule.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n@param rules Information about the modified rule.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified rule.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n@param rules Information about the modified rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n@param rules Information about the modified rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified rule.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        \n@param rules Information about the modified rule.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the modified rule.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyRuleResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyRuleResult" }, "variable" : { "variableDeclarationType" : "ModifyRuleResponse", "variableName" : "modifyRuleResponse", "variableType" : "ModifyRuleResponse", "documentation" : null, "simpleType" : "ModifyRuleResponse", "variableSetterType" : "ModifyRuleResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ModifyTargetGroupAttributesRequest" : { "c2jName" : "ModifyTargetGroupAttributesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ModifyTargetGroupAttributes", "locationName" : null, "requestUri" : "/", "target" : "ModifyTargetGroupAttributes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n@param attributes The attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n@param attributes The attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupAttribute.Builder} avoiding the need to create one manually via {@link TargetGroupAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupAttribute)}.\n@param member a consumer that will call methods on {@link TargetGroupAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : null, "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n@param attributes The attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n@param attributes The attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n@param attributes The attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupAttribute.Builder} avoiding the need to create one manually via {@link TargetGroupAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupAttribute)}.\n@param member a consumer that will call methods on {@link TargetGroupAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : null, "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n@param attributes The attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n@param attributes The attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n@param attributes The attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupAttribute.Builder} avoiding the need to create one manually via {@link TargetGroupAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupAttribute)}.\n@param member a consumer that will call methods on {@link TargetGroupAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : null, "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        \n@param attributes The attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetGroupArn", "Attributes" ], "shapeName" : "ModifyTargetGroupAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyTargetGroupAttributesRequest", "variableName" : "modifyTargetGroupAttributesRequest", "variableType" : "ModifyTargetGroupAttributesRequest", "documentation" : null, "simpleType" : "ModifyTargetGroupAttributesRequest", "variableSetterType" : "ModifyTargetGroupAttributesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ModifyTargetGroupAttributesResponse" : { "c2jName" : "ModifyTargetGroupAttributesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n@param attributes Information about the attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n@param attributes Information about the attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupAttribute.Builder} avoiding the need to create one manually via {@link TargetGroupAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupAttribute)}.\n@param member a consumer that will call methods on {@link TargetGroupAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : null, "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n@param attributes Information about the attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n@param attributes Information about the attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n@param attributes Information about the attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupAttribute.Builder} avoiding the need to create one manually via {@link TargetGroupAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupAttribute)}.\n@param member a consumer that will call methods on {@link TargetGroupAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : null, "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n@param attributes Information about the attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAttributes", "beanStyleSetterMethodName" : "setAttributes", "c2jName" : "Attributes", "c2jShape" : "TargetGroupAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attributes(List)}.\n@param attributes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributes(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the attributes.\n@deprecated Use {@link #attributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n@param attributes Information about the attributes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #attributes(List)}\n", "documentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attributes", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n@param attributes Information about the attributes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attributes", "getterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasAttributes()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the attributes.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroupAttribute", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroupAttribute.Builder} avoiding the need to create one manually via {@link TargetGroupAttribute#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroupAttribute.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroupAttribute)}.\n@param member a consumer that will call methods on {@link TargetGroupAttribute.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroupAttribute)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroupAttribute)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroupAttribute", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : null, "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "member", "variableType" : "TargetGroupAttribute", "documentation" : "", "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroupAttribute", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroupAttribute", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attributes", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        \n@param attributes Information about the attributes.", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the attributes.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyTargetGroupAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyTargetGroupAttributesResult" }, "variable" : { "variableDeclarationType" : "ModifyTargetGroupAttributesResponse", "variableName" : "modifyTargetGroupAttributesResponse", "variableType" : "ModifyTargetGroupAttributesResponse", "documentation" : null, "simpleType" : "ModifyTargetGroupAttributesResponse", "variableSetterType" : "ModifyTargetGroupAttributesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ModifyTargetGroupRequest" : { "c2jName" : "ModifyTargetGroupInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ModifyTargetGroup", "locationName" : null, "requestUri" : "/", "target" : "ModifyTargetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                        \n@return The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckProtocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckProtocol", "fluentEnumGetterMethodName" : "healthCheckProtocol", "fluentEnumSetterMethodName" : "healthCheckProtocol", "fluentGetterMethodName" : "healthCheckProtocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                        \n@return The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckProtocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum", "setterMethodName" : "setHealthCheckProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@return The port the load balancer uses when performing health checks on targets.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@return The port the load balancer uses when performing health checks on targets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPath", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.", "setterMethodName" : "setHealthCheckPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckEnabled", "beanStyleSetterMethodName" : "setHealthCheckEnabled", "c2jName" : "HealthCheckEnabled", "c2jShape" : "HealthCheckEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #healthCheckEnabled(Boolean)}.\n@param healthCheckEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@return Indicates whether health checks are enabled.\n@deprecated Use {@link #healthCheckEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckEnabled(Boolean)}\n", "documentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckEnabled", "getterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@return Indicates whether health checks are enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HealthCheckEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled.", "setterMethodName" : "setHealthCheckEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckIntervalSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckIntervalSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckIntervalSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckIntervalSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckIntervalSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "setterMethodName" : "setHealthCheckIntervalSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckTimeoutSeconds", "beanStyleSetterMethodName" : "setHealthCheckTimeoutSeconds", "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckTimeoutSeconds(Integer)}.\n@param healthCheckTimeoutSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckTimeoutSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@deprecated Use {@link #healthCheckTimeoutSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckTimeoutSeconds [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckTimeoutSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckTimeoutSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckTimeoutSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckTimeoutSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckTimeoutSeconds [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckTimeoutSeconds", "getterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckTimeoutSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckTimeoutSeconds [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "setterMethodName" : "setHealthCheckTimeoutSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthyThresholdCount", "beanStyleSetterMethodName" : "setHealthyThresholdCount", "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthyThresholdCount(Integer)}.\n@param healthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@deprecated Use {@link #healthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.", "setterMethodName" : "setHealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnhealthyThresholdCount", "beanStyleSetterMethodName" : "setUnhealthyThresholdCount", "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #unhealthyThresholdCount(Integer)}.\n@param unhealthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unhealthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@return The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.\n@deprecated Use {@link #unhealthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unhealthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UnhealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUnhealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unhealthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unhealthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@return The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UnhealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.", "setterMethodName" : "setUnhealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMatcher", "beanStyleSetterMethodName" : "setMatcher", "c2jName" : "Matcher", "c2jShape" : "Matcher", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Matcher.Builder} avoiding the need to create one manually via {@link Matcher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Matcher.Builder#build()} is called immediately and its result is passed to {@link #matcher(Matcher)}.\n@param matcher a consumer that will call methods on {@link Matcher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matcher(Matcher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@deprecated Use {@link #matcher()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matcher(Matcher)}\n", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matcher property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatcher", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matcher", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matcher", "getterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Matcher", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Matcher", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "setterMethodName" : "setMatcher", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : null, "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckEnabled", "beanStyleSetterMethodName" : "setHealthCheckEnabled", "c2jName" : "HealthCheckEnabled", "c2jShape" : "HealthCheckEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #healthCheckEnabled(Boolean)}.\n@param healthCheckEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@return Indicates whether health checks are enabled.\n@deprecated Use {@link #healthCheckEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckEnabled(Boolean)}\n", "documentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckEnabled", "getterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@return Indicates whether health checks are enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HealthCheckEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled.", "setterMethodName" : "setHealthCheckEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckIntervalSeconds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckIntervalSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckIntervalSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckIntervalSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckIntervalSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckIntervalSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "setterMethodName" : "setHealthCheckIntervalSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPath" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPath", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.", "setterMethodName" : "setHealthCheckPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPort" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@return The port the load balancer uses when performing health checks on targets.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@return The port the load balancer uses when performing health checks on targets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckProtocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                        \n@return The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckProtocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckProtocol", "fluentEnumGetterMethodName" : "healthCheckProtocol", "fluentEnumSetterMethodName" : "healthCheckProtocol", "fluentGetterMethodName" : "healthCheckProtocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                        \n@return The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckProtocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum", "setterMethodName" : "setHealthCheckProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckTimeoutSeconds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckTimeoutSeconds", "beanStyleSetterMethodName" : "setHealthCheckTimeoutSeconds", "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckTimeoutSeconds(Integer)}.\n@param healthCheckTimeoutSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckTimeoutSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@deprecated Use {@link #healthCheckTimeoutSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckTimeoutSeconds [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckTimeoutSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckTimeoutSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckTimeoutSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckTimeoutSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckTimeoutSeconds [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckTimeoutSeconds", "getterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckTimeoutSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckTimeoutSeconds [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "setterMethodName" : "setHealthCheckTimeoutSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthyThresholdCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthyThresholdCount", "beanStyleSetterMethodName" : "setHealthyThresholdCount", "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthyThresholdCount(Integer)}.\n@param healthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@deprecated Use {@link #healthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.", "setterMethodName" : "setHealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Matcher" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMatcher", "beanStyleSetterMethodName" : "setMatcher", "c2jName" : "Matcher", "c2jShape" : "Matcher", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Matcher.Builder} avoiding the need to create one manually via {@link Matcher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Matcher.Builder#build()} is called immediately and its result is passed to {@link #matcher(Matcher)}.\n@param matcher a consumer that will call methods on {@link Matcher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matcher(Matcher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@deprecated Use {@link #matcher()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matcher(Matcher)}\n", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matcher property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatcher", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matcher", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matcher", "getterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Matcher", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Matcher", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "setterMethodName" : "setMatcher", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : null, "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UnhealthyThresholdCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnhealthyThresholdCount", "beanStyleSetterMethodName" : "setUnhealthyThresholdCount", "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #unhealthyThresholdCount(Integer)}.\n@param unhealthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unhealthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@return The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.\n@deprecated Use {@link #unhealthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unhealthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UnhealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUnhealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unhealthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unhealthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@return The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UnhealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.", "setterMethodName" : "setUnhealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                        \n@return The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckProtocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckProtocol", "fluentEnumGetterMethodName" : "healthCheckProtocol", "fluentEnumSetterMethodName" : "healthCheckProtocol", "fluentGetterMethodName" : "healthCheckProtocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                        \n@return The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckProtocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@see ProtocolEnum", "setterMethodName" : "setHealthCheckProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                                                                                                                                        The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@return The port the load balancer uses when performing health checks on targets.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@return The port the load balancer uses when performing health checks on targets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        \n@param healthCheckPort The port the load balancer uses when performing health checks on targets.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                                                                                        The port the load balancer uses when performing health checks on targets.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPath", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        \n@param healthCheckPath [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.", "setterMethodName" : "setHealthCheckPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The ping path that is the destination for the health check request.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckEnabled", "beanStyleSetterMethodName" : "setHealthCheckEnabled", "c2jName" : "HealthCheckEnabled", "c2jShape" : "HealthCheckEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #healthCheckEnabled(Boolean)}.\n@param healthCheckEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@return Indicates whether health checks are enabled.\n@deprecated Use {@link #healthCheckEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckEnabled(Boolean)}\n", "documentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckEnabled", "getterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@return Indicates whether health checks are enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HealthCheckEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        \n@param healthCheckEnabled Indicates whether health checks are enabled.", "setterMethodName" : "setHealthCheckEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                        Indicates whether health checks are enabled.

                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckIntervalSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckIntervalSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckIntervalSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckIntervalSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckIntervalSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "setterMethodName" : "setHealthCheckIntervalSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckTimeoutSeconds", "beanStyleSetterMethodName" : "setHealthCheckTimeoutSeconds", "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckTimeoutSeconds(Integer)}.\n@param healthCheckTimeoutSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckTimeoutSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@deprecated Use {@link #healthCheckTimeoutSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckTimeoutSeconds [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckTimeoutSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckTimeoutSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckTimeoutSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckTimeoutSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckTimeoutSeconds [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckTimeoutSeconds", "getterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckTimeoutSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param healthCheckTimeoutSeconds [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "setterMethodName" : "setHealthCheckTimeoutSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthyThresholdCount", "beanStyleSetterMethodName" : "setHealthyThresholdCount", "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthyThresholdCount(Integer)}.\n@param healthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@deprecated Use {@link #healthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.", "setterMethodName" : "setHealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnhealthyThresholdCount", "beanStyleSetterMethodName" : "setUnhealthyThresholdCount", "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #unhealthyThresholdCount(Integer)}.\n@param unhealthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unhealthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@return The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.\n@deprecated Use {@link #unhealthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unhealthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UnhealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUnhealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unhealthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unhealthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@return The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UnhealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.", "setterMethodName" : "setUnhealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMatcher", "beanStyleSetterMethodName" : "setMatcher", "c2jName" : "Matcher", "c2jShape" : "Matcher", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Matcher.Builder} avoiding the need to create one manually via {@link Matcher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Matcher.Builder#build()} is called immediately and its result is passed to {@link #matcher(Matcher)}.\n@param matcher a consumer that will call methods on {@link Matcher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matcher(Matcher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@deprecated Use {@link #matcher()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matcher(Matcher)}\n", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matcher property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatcher", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matcher", "fluentSetterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matcher", "getterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@return [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Matcher", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Matcher", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        \n@param matcher [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.", "setterMethodName" : "setMatcher", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : null, "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                                                                                                                                        [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                        With Network Load Balancers, you can't modify this setting.

                                                                                                                                                        ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetGroupArn" ], "shapeName" : "ModifyTargetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyTargetGroupRequest", "variableName" : "modifyTargetGroupRequest", "variableType" : "ModifyTargetGroupRequest", "documentation" : null, "simpleType" : "ModifyTargetGroupRequest", "variableSetterType" : "ModifyTargetGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ModifyTargetGroupResponse" : { "c2jName" : "ModifyTargetGroupOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified target group.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n@param targetGroups Information about the modified target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n@param targetGroups Information about the modified target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroup.Builder} avoiding the need to create one manually via {@link TargetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroup)}.\n@param member a consumer that will call methods on {@link TargetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : null, "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n@param targetGroups Information about the modified target group.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified target group.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n@param targetGroups Information about the modified target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n@param targetGroups Information about the modified target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroup.Builder} avoiding the need to create one manually via {@link TargetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroup)}.\n@param member a consumer that will call methods on {@link TargetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : null, "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n@param targetGroups Information about the modified target group.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargetGroups", "beanStyleSetterMethodName" : "setTargetGroups", "c2jName" : "TargetGroups", "c2jShape" : "TargetGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targetGroups(List)}.\n@param targetGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified target group.\n@deprecated Use {@link #targetGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n@param targetGroups Information about the modified target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroups(List)}\n", "documentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroups", "fluentSetterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n@param targetGroups Information about the modified target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroups", "getterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargetGroups()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return Information about the modified target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetGroup.Builder} avoiding the need to create one manually via {@link TargetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(TargetGroup)}.\n@param member a consumer that will call methods on {@link TargetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : null, "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "member", "variableType" : "TargetGroup", "documentation" : "", "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TargetGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        \n@param targetGroups Information about the modified target group.", "setterMethodName" : "setTargetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targetGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        Information about the modified target group.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyTargetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "ModifyTargetGroupResult" }, "variable" : { "variableDeclarationType" : "ModifyTargetGroupResponse", "variableName" : "modifyTargetGroupResponse", "variableType" : "ModifyTargetGroupResponse", "documentation" : null, "simpleType" : "ModifyTargetGroupResponse", "variableSetterType" : "ModifyTargetGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "OperationNotPermittedException" : { "c2jName" : "OperationNotPermittedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        This operation is not allowed.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "OperationNotPermitted", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OperationNotPermittedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OperationNotPermittedException", "variableName" : "operationNotPermittedException", "variableType" : "OperationNotPermittedException", "documentation" : null, "simpleType" : "OperationNotPermittedException", "variableSetterType" : "OperationNotPermittedException" }, "wrapper" : false, "xmlNamespace" : null }, "PathPatternConditionConfig" : { "c2jName" : "PathPatternConditionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Information about a path pattern condition.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n@param values One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n@param values One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n@param values One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Values" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n@param values One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n@param values One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n@param values One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n@param values One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n@param values One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        \n@param values One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        One or more path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

                                                                                                                                                        If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use QueryStringConditionConfig.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PathPatternConditionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PathPatternConditionConfig", "variableName" : "pathPatternConditionConfig", "variableType" : "PathPatternConditionConfig", "documentation" : null, "simpleType" : "PathPatternConditionConfig", "variableSetterType" : "PathPatternConditionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "PriorityInUseException" : { "c2jName" : "PriorityInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        The specified priority is in use.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "PriorityInUse", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PriorityInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PriorityInUseException", "variableName" : "priorityInUseException", "variableType" : "PriorityInUseException", "documentation" : null, "simpleType" : "PriorityInUseException", "variableSetterType" : "PriorityInUseException" }, "wrapper" : false, "xmlNamespace" : null }, "ProtocolEnum" : { "c2jName" : "ProtocolEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "HTTP", "value" : "HTTP" }, { "name" : "HTTPS", "value" : "HTTPS" }, { "name" : "TCP", "value" : "TCP" }, { "name" : "TLS", "value" : "TLS" }, { "name" : "UDP", "value" : "UDP" }, { "name" : "TCP_UDP", "value" : "TCP_UDP" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ProtocolEnum", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ProtocolEnum", "variableName" : "protocolEnum", "variableType" : "ProtocolEnum", "documentation" : null, "simpleType" : "ProtocolEnum", "variableSetterType" : "ProtocolEnum" }, "wrapper" : false, "xmlNamespace" : null }, "QueryStringConditionConfig" : { "c2jName" : "QueryStringConditionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Information about a query string condition.

                                                                                                                                                        The query string component of a URI starts after the first '?' character and is terminated by either a '#' character or the end of the URI. A typical query string contains key/value pairs separated by '&' characters. The allowed characters are specified by RFC 3986. Any character can be percentage encoded.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "QueryStringKeyValuePairList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n@param values One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n@param values One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryStringKeyValuePair", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryStringKeyValuePair.Builder} avoiding the need to create one manually via {@link QueryStringKeyValuePair#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStringKeyValuePair.Builder#build()} is called immediately and its result is passed to {@link #member(QueryStringKeyValuePair)}.\n@param member a consumer that will call methods on {@link QueryStringKeyValuePair.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryStringKeyValuePair)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryStringKeyValuePair)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryStringKeyValuePair", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "QueryStringKeyValuePair", "variableName" : "member", "variableType" : "QueryStringKeyValuePair", "documentation" : null, "simpleType" : "QueryStringKeyValuePair", "variableSetterType" : "QueryStringKeyValuePair" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStringKeyValuePair", "variableName" : "member", "variableType" : "QueryStringKeyValuePair", "documentation" : "", "simpleType" : "QueryStringKeyValuePair", "variableSetterType" : "QueryStringKeyValuePair" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryStringKeyValuePair", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryStringKeyValuePair", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n@param values One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Values" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "QueryStringKeyValuePairList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n@param values One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n@param values One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryStringKeyValuePair", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryStringKeyValuePair.Builder} avoiding the need to create one manually via {@link QueryStringKeyValuePair#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStringKeyValuePair.Builder#build()} is called immediately and its result is passed to {@link #member(QueryStringKeyValuePair)}.\n@param member a consumer that will call methods on {@link QueryStringKeyValuePair.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryStringKeyValuePair)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryStringKeyValuePair)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryStringKeyValuePair", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "QueryStringKeyValuePair", "variableName" : "member", "variableType" : "QueryStringKeyValuePair", "documentation" : null, "simpleType" : "QueryStringKeyValuePair", "variableSetterType" : "QueryStringKeyValuePair" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStringKeyValuePair", "variableName" : "member", "variableType" : "QueryStringKeyValuePair", "documentation" : "", "simpleType" : "QueryStringKeyValuePair", "variableSetterType" : "QueryStringKeyValuePair" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryStringKeyValuePair", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryStringKeyValuePair", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n@param values One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "QueryStringKeyValuePairList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n@param values One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n@param values One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryStringKeyValuePair", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryStringKeyValuePair.Builder} avoiding the need to create one manually via {@link QueryStringKeyValuePair#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStringKeyValuePair.Builder#build()} is called immediately and its result is passed to {@link #member(QueryStringKeyValuePair)}.\n@param member a consumer that will call methods on {@link QueryStringKeyValuePair.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryStringKeyValuePair)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryStringKeyValuePair)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryStringKeyValuePair", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "QueryStringKeyValuePair", "variableName" : "member", "variableType" : "QueryStringKeyValuePair", "documentation" : null, "simpleType" : "QueryStringKeyValuePair", "variableSetterType" : "QueryStringKeyValuePair" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStringKeyValuePair", "variableName" : "member", "variableType" : "QueryStringKeyValuePair", "documentation" : "", "simpleType" : "QueryStringKeyValuePair", "variableSetterType" : "QueryStringKeyValuePair" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryStringKeyValuePair", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryStringKeyValuePair", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        \n@param values One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        One or more key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '\\' character.

                                                                                                                                                        If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "QueryStringConditionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryStringConditionConfig", "variableName" : "queryStringConditionConfig", "variableType" : "QueryStringConditionConfig", "documentation" : null, "simpleType" : "QueryStringConditionConfig", "variableSetterType" : "QueryStringConditionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "QueryStringKeyValuePair" : { "c2jName" : "QueryStringKeyValuePair", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Information about a key/value pair.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@return The key. You can omit the key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@param key The key. You can omit the key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@param key The key. You can omit the key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@return The key. You can omit the key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@param key The key. You can omit the key.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@return The value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@param value The value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@param value The value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@return The value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@param value The value.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@return The key. You can omit the key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@param key The key. You can omit the key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@param key The key. You can omit the key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@return The key. You can omit the key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@param key The key. You can omit the key.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@return The value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@param value The value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@param value The value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@return The value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@param value The value.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@return The key. You can omit the key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@param key The key. You can omit the key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@param key The key. You can omit the key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@return The key. You can omit the key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        \n@param key The key. You can omit the key.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                        The key. You can omit the key.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@return The value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@param value The value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@param value The value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@return The value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        \n@param value The value.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                        The value.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "QueryStringKeyValuePair", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryStringKeyValuePair", "variableName" : "queryStringKeyValuePair", "variableType" : "QueryStringKeyValuePair", "documentation" : null, "simpleType" : "QueryStringKeyValuePair", "variableSetterType" : "QueryStringKeyValuePair" }, "wrapper" : false, "xmlNamespace" : null }, "RedirectActionConfig" : { "c2jName" : "RedirectActionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Information about a redirect action.

                                                                                                                                                        A URI consists of the following components: protocol://hostname:port/path?query. You must modify at least one of the following components to avoid a redirect loop: protocol, hostname, port, or path. Any components that you do not modify retain their original values.

                                                                                                                                                        You can reuse URI components using the following reserved keywords:

                                                                                                                                                        • #{protocol}

                                                                                                                                                        • #{host}

                                                                                                                                                        • #{port}

                                                                                                                                                        • #{path} (the leading \"/\" is removed)

                                                                                                                                                        • #{query}

                                                                                                                                                        For example, you can change the path to \"/new/#{path}\", the hostname to \"example.#{host}\", or the query to \"#{query}&value=xyz\".

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocol", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "RedirectActionProtocol", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocol(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@return The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.\n@deprecated Use {@link #protocol()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@param protocol The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "protocol", "fluentSetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@param protocol The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@return The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@param protocol The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "RedirectActionPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #port(String)}.\n@param port a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@return The port. You can specify a value from 1 to 65535 or #{port}.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@param port The port. You can specify a value from 1 to 65535 or #{port}.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(String)}\n", "documentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@param port The port. You can specify a value from 1 to 65535 or #{port}.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@return The port. You can specify a value from 1 to 65535 or #{port}.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@param port The port. You can specify a value from 1 to 65535 or #{port}.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "port", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "port", "variableType" : "String", "documentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHost", "beanStyleSetterMethodName" : "setHost", "c2jName" : "Host", "c2jShape" : "RedirectActionHost", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #host(String)}.\n@param host a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #host(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@return The hostname. This component is not percent-encoded. The hostname can contain #{host}.\n@deprecated Use {@link #host()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@param host The hostname. This component is not percent-encoded. The hostname can contain #{host}.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #host(String)}\n", "documentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Host property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHost", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "host", "fluentSetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@param host The hostname. This component is not percent-encoded. The hostname can contain #{host}.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "host", "getterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@return The hostname. This component is not percent-encoded. The hostname can contain #{host}.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Host", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Host", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Host", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@param host The hostname. This component is not percent-encoded. The hostname can contain #{host}.", "setterMethodName" : "setHost", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "host", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "host", "variableType" : "String", "documentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPath", "beanStyleSetterMethodName" : "setPath", "c2jName" : "Path", "c2jShape" : "RedirectActionPath", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #path(String)}.\n@param path a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #path(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@return The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.\n@deprecated Use {@link #path()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@param path The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #path(String)}\n", "documentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Path property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "path", "fluentSetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@param path The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "path", "getterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@return The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Path", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@param path The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.", "setterMethodName" : "setPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuery", "beanStyleSetterMethodName" : "setQuery", "c2jName" : "Query", "c2jShape" : "RedirectActionQuery", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #query(String)}.\n@param query a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #query(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@return The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.\n@deprecated Use {@link #query()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@param query The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #query(String)}\n", "documentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Query property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuery", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "query", "fluentSetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@param query The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "query", "getterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@return The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Query", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Query", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Query", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@param query The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.", "setterMethodName" : "setQuery", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "query", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "query", "variableType" : "String", "documentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCodeAsString", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "StatusCode", "c2jShape" : "RedirectActionStatusCodeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCodeAsString(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link RedirectActionStatusCodeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

                                                                                                                                                        \n@return The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum\n@deprecated Use {@link #statusCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n@param statusCode The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedirectActionStatusCodeEnum\n@deprecated Use {@link #statusCode(String)}\n", "documentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "RedirectActionStatusCodeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCode", "fluentEnumGetterMethodName" : "statusCode", "fluentEnumSetterMethodName" : "statusCode", "fluentGetterMethodName" : "statusCodeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n@param statusCode The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedirectActionStatusCodeEnum", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link RedirectActionStatusCodeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

                                                                                                                                                        \n@return The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n@param statusCode The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Host" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHost", "beanStyleSetterMethodName" : "setHost", "c2jName" : "Host", "c2jShape" : "RedirectActionHost", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #host(String)}.\n@param host a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #host(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@return The hostname. This component is not percent-encoded. The hostname can contain #{host}.\n@deprecated Use {@link #host()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@param host The hostname. This component is not percent-encoded. The hostname can contain #{host}.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #host(String)}\n", "documentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Host property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHost", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "host", "fluentSetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@param host The hostname. This component is not percent-encoded. The hostname can contain #{host}.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "host", "getterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@return The hostname. This component is not percent-encoded. The hostname can contain #{host}.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Host", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Host", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Host", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@param host The hostname. This component is not percent-encoded. The hostname can contain #{host}.", "setterMethodName" : "setHost", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "host", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "host", "variableType" : "String", "documentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Path" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPath", "beanStyleSetterMethodName" : "setPath", "c2jName" : "Path", "c2jShape" : "RedirectActionPath", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #path(String)}.\n@param path a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #path(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@return The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.\n@deprecated Use {@link #path()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@param path The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #path(String)}\n", "documentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Path property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "path", "fluentSetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@param path The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "path", "getterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@return The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Path", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@param path The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.", "setterMethodName" : "setPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Port" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "RedirectActionPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #port(String)}.\n@param port a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@return The port. You can specify a value from 1 to 65535 or #{port}.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@param port The port. You can specify a value from 1 to 65535 or #{port}.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(String)}\n", "documentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@param port The port. You can specify a value from 1 to 65535 or #{port}.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@return The port. You can specify a value from 1 to 65535 or #{port}.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@param port The port. You can specify a value from 1 to 65535 or #{port}.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "port", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "port", "variableType" : "String", "documentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Protocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocol", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "RedirectActionProtocol", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocol(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@return The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.\n@deprecated Use {@link #protocol()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@param protocol The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "protocol", "fluentSetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@param protocol The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@return The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@param protocol The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Query" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuery", "beanStyleSetterMethodName" : "setQuery", "c2jName" : "Query", "c2jShape" : "RedirectActionQuery", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #query(String)}.\n@param query a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #query(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@return The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.\n@deprecated Use {@link #query()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@param query The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #query(String)}\n", "documentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Query property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuery", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "query", "fluentSetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@param query The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "query", "getterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@return The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Query", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Query", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Query", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@param query The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.", "setterMethodName" : "setQuery", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "query", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "query", "variableType" : "String", "documentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StatusCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCodeAsString", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "StatusCode", "c2jShape" : "RedirectActionStatusCodeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCodeAsString(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link RedirectActionStatusCodeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

                                                                                                                                                        \n@return The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum\n@deprecated Use {@link #statusCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n@param statusCode The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedirectActionStatusCodeEnum\n@deprecated Use {@link #statusCode(String)}\n", "documentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "RedirectActionStatusCodeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCode", "fluentEnumGetterMethodName" : "statusCode", "fluentEnumSetterMethodName" : "statusCode", "fluentGetterMethodName" : "statusCodeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n@param statusCode The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedirectActionStatusCodeEnum", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link RedirectActionStatusCodeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

                                                                                                                                                        \n@return The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n@param statusCode The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocol", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "RedirectActionProtocol", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocol(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@return The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.\n@deprecated Use {@link #protocol()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@param protocol The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "protocol", "fluentSetterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@param protocol The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@return The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        \n@param protocol The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                                                        The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "RedirectActionPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #port(String)}.\n@param port a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@return The port. You can specify a value from 1 to 65535 or #{port}.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@param port The port. You can specify a value from 1 to 65535 or #{port}.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(String)}\n", "documentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@param port The port. You can specify a value from 1 to 65535 or #{port}.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@return The port. You can specify a value from 1 to 65535 or #{port}.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        \n@param port The port. You can specify a value from 1 to 65535 or #{port}.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "port", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "port", "variableType" : "String", "documentation" : "

                                                                                                                                                        The port. You can specify a value from 1 to 65535 or #{port}.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHost", "beanStyleSetterMethodName" : "setHost", "c2jName" : "Host", "c2jShape" : "RedirectActionHost", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #host(String)}.\n@param host a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #host(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@return The hostname. This component is not percent-encoded. The hostname can contain #{host}.\n@deprecated Use {@link #host()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@param host The hostname. This component is not percent-encoded. The hostname can contain #{host}.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #host(String)}\n", "documentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Host property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHost", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "host", "fluentSetterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@param host The hostname. This component is not percent-encoded. The hostname can contain #{host}.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "host", "getterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@return The hostname. This component is not percent-encoded. The hostname can contain #{host}.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Host", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Host", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Host", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        \n@param host The hostname. This component is not percent-encoded. The hostname can contain #{host}.", "setterMethodName" : "setHost", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "host", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "host", "variableType" : "String", "documentation" : "

                                                                                                                                                        The hostname. This component is not percent-encoded. The hostname can contain #{host}.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPath", "beanStyleSetterMethodName" : "setPath", "c2jName" : "Path", "c2jShape" : "RedirectActionPath", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #path(String)}.\n@param path a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #path(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@return The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.\n@deprecated Use {@link #path()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@param path The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #path(String)}\n", "documentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Path property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "path", "fluentSetterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@param path The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "path", "getterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@return The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Path", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Path", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Path", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        \n@param path The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.", "setterMethodName" : "setPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "path", "variableType" : "String", "documentation" : "

                                                                                                                                                        The absolute path, starting with the leading \"/\". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQuery", "beanStyleSetterMethodName" : "setQuery", "c2jName" : "Query", "c2jShape" : "RedirectActionQuery", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #query(String)}.\n@param query a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #query(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@return The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.\n@deprecated Use {@link #query()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@param query The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #query(String)}\n", "documentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Query property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQuery", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "query", "fluentSetterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@param query The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "query", "getterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@return The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Query", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Query", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Query", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        \n@param query The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.", "setterMethodName" : "setQuery", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "query", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "query", "variableType" : "String", "documentation" : "

                                                                                                                                                        The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading \"?\", as it is automatically added. You can specify any of the reserved keywords.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCodeAsString", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "StatusCode", "c2jShape" : "RedirectActionStatusCodeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCodeAsString(String)}.\n@param statusCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link RedirectActionStatusCodeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

                                                                                                                                                        \n@return The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum\n@deprecated Use {@link #statusCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n@param statusCode The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedirectActionStatusCodeEnum\n@deprecated Use {@link #statusCode(String)}\n", "documentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : "RedirectActionStatusCodeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCode", "fluentEnumGetterMethodName" : "statusCode", "fluentEnumSetterMethodName" : "statusCode", "fluentGetterMethodName" : "statusCodeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n@param statusCode The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedirectActionStatusCodeEnum", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n

                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link RedirectActionStatusCodeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

                                                                                                                                                        \n@return The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        \n@param statusCode The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).\n@see RedirectActionStatusCodeEnum", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCode", "variableType" : "String", "documentation" : "

                                                                                                                                                        The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StatusCode" ], "shapeName" : "RedirectActionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RedirectActionConfig", "variableName" : "redirectActionConfig", "variableType" : "RedirectActionConfig", "documentation" : null, "simpleType" : "RedirectActionConfig", "variableSetterType" : "RedirectActionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "RedirectActionStatusCodeEnum" : { "c2jName" : "RedirectActionStatusCodeEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "HTTP_301", "value" : "HTTP_301" }, { "name" : "HTTP_302", "value" : "HTTP_302" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RedirectActionStatusCodeEnum", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RedirectActionStatusCodeEnum", "variableName" : "redirectActionStatusCodeEnum", "variableType" : "RedirectActionStatusCodeEnum", "documentation" : null, "simpleType" : "RedirectActionStatusCodeEnum", "variableSetterType" : "RedirectActionStatusCodeEnum" }, "wrapper" : false, "xmlNamespace" : null }, "RegisterTargetsRequest" : { "c2jName" : "RegisterTargetsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RegisterTargets", "locationName" : null, "requestUri" : "/", "target" : "RegisterTargets", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n@param targets The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n@param targets The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetDescription)}.\n@param member a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n@param targets The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Targets" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n@param targets The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n@param targets The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetDescription)}.\n@param member a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n@param targets The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "TargetDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #targets(List)}.\n@param targets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.\n@deprecated Use {@link #targets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n@param targets The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targets(List)}\n", "documentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n@param targets The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTargets()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TargetDescription)}.\n@param member a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TargetDescription)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "member", "variableType" : "TargetDescription", "documentation" : "", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TargetDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TargetDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Targets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        \n@param targets The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The targets.

                                                                                                                                                        To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetGroupArn", "Targets" ], "shapeName" : "RegisterTargetsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RegisterTargetsRequest", "variableName" : "registerTargetsRequest", "variableType" : "RegisterTargetsRequest", "documentation" : null, "simpleType" : "RegisterTargetsRequest", "variableSetterType" : "RegisterTargetsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "RegisterTargetsResponse" : { "c2jName" : "RegisterTargetsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RegisterTargetsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "RegisterTargetsResult" }, "variable" : { "variableDeclarationType" : "RegisterTargetsResponse", "variableName" : "registerTargetsResponse", "variableType" : "RegisterTargetsResponse", "documentation" : null, "simpleType" : "RegisterTargetsResponse", "variableSetterType" : "RegisterTargetsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "RemoveListenerCertificatesRequest" : { "c2jName" : "RemoveListenerCertificatesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RemoveListenerCertificates", "locationName" : null, "requestUri" : "/", "target" : "RemoveListenerCertificates", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n@param certificates The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n@param certificates The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n@param certificates The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificates" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n@param certificates The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n@param certificates The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n@param certificates The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "ListenerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listenerArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ListenerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListenerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listenerArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listenerArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the listener.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ListenerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ListenerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ListenerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        \n@param listenerArn The Amazon Resource Name (ARN) of the listener.", "setterMethodName" : "setListenerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "listenerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the listener.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificates(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@deprecated Use {@link #certificates()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n@param certificates The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificates(List)}\n", "documentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Certificates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificates", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n@param certificates The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasCertificates()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Certificate)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Certificates", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        \n@param certificates The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ListenerArn", "Certificates" ], "shapeName" : "RemoveListenerCertificatesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveListenerCertificatesRequest", "variableName" : "removeListenerCertificatesRequest", "variableType" : "RemoveListenerCertificatesRequest", "documentation" : null, "simpleType" : "RemoveListenerCertificatesRequest", "variableSetterType" : "RemoveListenerCertificatesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "RemoveListenerCertificatesResponse" : { "c2jName" : "RemoveListenerCertificatesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RemoveListenerCertificatesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "RemoveListenerCertificatesResult" }, "variable" : { "variableDeclarationType" : "RemoveListenerCertificatesResponse", "variableName" : "removeListenerCertificatesResponse", "variableType" : "RemoveListenerCertificatesResponse", "documentation" : null, "simpleType" : "RemoveListenerCertificatesResponse", "variableSetterType" : "RemoveListenerCertificatesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "RemoveTagsRequest" : { "c2jName" : "RemoveTagsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RemoveTags", "locationName" : null, "requestUri" : "/", "target" : "RemoveTags", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceArns", "beanStyleSetterMethodName" : "setResourceArns", "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourceArns(List)}.\n@param resourceArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the resource.\n@deprecated Use {@link #resourceArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArns(List)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArns", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArns", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ResourceArns", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n@param resourceArns The Amazon Resource Name (ARN) of the resource.", "setterMethodName" : "setResourceArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The tag keys for the tags to remove.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n@param tagKeys The tag keys for the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n@param tagKeys The tag keys for the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The tag keys for the tags to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n@param tagKeys The tag keys for the tags to remove.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceArns", "beanStyleSetterMethodName" : "setResourceArns", "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourceArns(List)}.\n@param resourceArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the resource.\n@deprecated Use {@link #resourceArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArns(List)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArns", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArns", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ResourceArns", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n@param resourceArns The Amazon Resource Name (ARN) of the resource.", "setterMethodName" : "setResourceArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TagKeys" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The tag keys for the tags to remove.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n@param tagKeys The tag keys for the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n@param tagKeys The tag keys for the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The tag keys for the tags to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n@param tagKeys The tag keys for the tags to remove.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceArns", "beanStyleSetterMethodName" : "setResourceArns", "c2jName" : "ResourceArns", "c2jShape" : "ResourceArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourceArns(List)}.\n@param resourceArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the resource.\n@deprecated Use {@link #resourceArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArns(List)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArns", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArns", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasResourceArns()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ResourceArns", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        \n@param resourceArns The Amazon Resource Name (ARN) of the resource.", "setterMethodName" : "setResourceArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceArns", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The tag keys for the tags to remove.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n@param tagKeys The tag keys for the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n@param tagKeys The tag keys for the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The tag keys for the tags to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        \n@param tagKeys The tag keys for the tags to remove.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The tag keys for the tags to remove.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArns", "TagKeys" ], "shapeName" : "RemoveTagsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveTagsRequest", "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "documentation" : null, "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "RemoveTagsResponse" : { "c2jName" : "RemoveTagsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RemoveTagsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "RemoveTagsResult" }, "variable" : { "variableDeclarationType" : "RemoveTagsResponse", "variableName" : "removeTagsResponse", "variableType" : "RemoveTagsResponse", "documentation" : null, "simpleType" : "RemoveTagsResponse", "variableSetterType" : "RemoveTagsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        A specified resource is in use.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceInUse", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "wrapper" : false, "xmlNamespace" : null }, "Rule" : { "c2jName" : "Rule", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Information about a rule.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priority(String)}.\n@param priority a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priority(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@return The priority.\n@deprecated Use {@link #priority()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@param priority The priority.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #priority(String)}\n", "documentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Priority property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriority", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "priority", "fluentSetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@param priority The priority.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "priority", "getterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@return The priority.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@param priority The priority.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priority", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priority", "variableType" : "String", "documentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConditions", "beanStyleSetterMethodName" : "setConditions", "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #conditions(List)}.\n@param conditions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conditions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@deprecated Use {@link #conditions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conditions(List)}\n", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Conditions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConditions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "conditions", "fluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "conditions", "getterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Conditions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleCondition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RuleCondition.Builder} avoiding the need to create one manually via {@link RuleCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link RuleCondition.Builder#build()} is called immediately and its result is passed to {@link #member(RuleCondition)}.\n@param member a consumer that will call methods on {@link RuleCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RuleCondition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RuleCondition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : null, "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Conditions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "setterMethodName" : "setConditions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsDefault", "beanStyleSetterMethodName" : "setIsDefault", "c2jName" : "IsDefault", "c2jShape" : "IsDefault", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isDefault(Boolean)}.\n@param isDefault a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isDefault(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@return Indicates whether this is the default rule.\n@deprecated Use {@link #isDefault()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@param isDefault Indicates whether this is the default rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isDefault(Boolean)}\n", "documentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsDefault property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsDefault", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isDefault", "fluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@param isDefault Indicates whether this is the default rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isDefault", "getterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@return Indicates whether this is the default rule.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsDefault", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsDefault", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsDefault", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@param isDefault Indicates whether this is the default rule.", "setterMethodName" : "setIsDefault", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Actions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Conditions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConditions", "beanStyleSetterMethodName" : "setConditions", "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #conditions(List)}.\n@param conditions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conditions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@deprecated Use {@link #conditions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conditions(List)}\n", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Conditions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConditions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "conditions", "fluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "conditions", "getterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Conditions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleCondition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RuleCondition.Builder} avoiding the need to create one manually via {@link RuleCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link RuleCondition.Builder#build()} is called immediately and its result is passed to {@link #member(RuleCondition)}.\n@param member a consumer that will call methods on {@link RuleCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RuleCondition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RuleCondition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : null, "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Conditions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "setterMethodName" : "setConditions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IsDefault" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsDefault", "beanStyleSetterMethodName" : "setIsDefault", "c2jName" : "IsDefault", "c2jShape" : "IsDefault", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isDefault(Boolean)}.\n@param isDefault a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isDefault(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@return Indicates whether this is the default rule.\n@deprecated Use {@link #isDefault()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@param isDefault Indicates whether this is the default rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isDefault(Boolean)}\n", "documentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsDefault property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsDefault", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isDefault", "fluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@param isDefault Indicates whether this is the default rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isDefault", "getterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@return Indicates whether this is the default rule.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsDefault", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsDefault", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsDefault", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@param isDefault Indicates whether this is the default rule.", "setterMethodName" : "setIsDefault", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Priority" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priority(String)}.\n@param priority a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priority(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@return The priority.\n@deprecated Use {@link #priority()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@param priority The priority.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #priority(String)}\n", "documentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Priority property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriority", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "priority", "fluentSetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@param priority The priority.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "priority", "getterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@return The priority.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@param priority The priority.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priority", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priority", "variableType" : "String", "documentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                        The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #priority(String)}.\n@param priority a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priority(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@return The priority.\n@deprecated Use {@link #priority()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@param priority The priority.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #priority(String)}\n", "documentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Priority property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriority", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "priority", "fluentSetterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@param priority The priority.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "priority", "getterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@return The priority.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        \n@param priority The priority.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "priority", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "priority", "variableType" : "String", "documentation" : "

                                                                                                                                                        The priority.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConditions", "beanStyleSetterMethodName" : "setConditions", "c2jName" : "Conditions", "c2jShape" : "RuleConditionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #conditions(List)}.\n@param conditions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #conditions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@deprecated Use {@link #conditions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #conditions(List)}\n", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Conditions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConditions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "conditions", "fluentSetterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "conditions", "getterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasConditions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Conditions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Conditions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RuleCondition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RuleCondition.Builder} avoiding the need to create one manually via {@link RuleCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link RuleCondition.Builder#build()} is called immediately and its result is passed to {@link #member(RuleCondition)}.\n@param member a consumer that will call methods on {@link RuleCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RuleCondition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RuleCondition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RuleCondition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : null, "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "member", "variableType" : "RuleCondition", "documentation" : "", "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RuleCondition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RuleCondition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Conditions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        \n@param conditions The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.", "setterMethodName" : "setConditions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "conditions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The conditions. Each rule can include zero or one of the following conditions: http-request-method, host-header, path-pattern, and source-ip, and zero or more of the following conditions: http-header and query-string.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getActions", "beanStyleSetterMethodName" : "setActions", "c2jName" : "Actions", "c2jShape" : "Actions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.\n@deprecated Use {@link #actions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actions(List)}\n", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Actions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasActions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "actions", "fluentSetterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actions", "getterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n

                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                        \n

                                                                                                                                                        \nYou can use {@link #hasActions()} to see if a value was sent in this field.\n

                                                                                                                                                        \n@return The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Actions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Actions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Action", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Action.Builder} avoiding the need to create one manually via {@link Action#builder()}.\n\nWhen the {@link Consumer} completes, {@link Action.Builder#build()} is called immediately and its result is passed to {@link #member(Action)}.\n@param member a consumer that will call methods on {@link Action.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Action)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Action)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Action", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : null, "simpleType" : "Action", "variableSetterType" : "Action" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Action", "variableName" : "member", "variableType" : "Action", "documentation" : "", "simpleType" : "Action", "variableSetterType" : "Action" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Action", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Action", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Actions", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        \n@param actions The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.", "setterMethodName" : "setActions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "actions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                        The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIsDefault", "beanStyleSetterMethodName" : "setIsDefault", "c2jName" : "IsDefault", "c2jShape" : "IsDefault", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #isDefault(Boolean)}.\n@param isDefault a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #isDefault(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@return Indicates whether this is the default rule.\n@deprecated Use {@link #isDefault()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@param isDefault Indicates whether this is the default rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #isDefault(Boolean)}\n", "documentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IsDefault property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIsDefault", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isDefault", "fluentSetterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@param isDefault Indicates whether this is the default rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isDefault", "getterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@return Indicates whether this is the default rule.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IsDefault", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IsDefault", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsDefault", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        \n@param isDefault Indicates whether this is the default rule.", "setterMethodName" : "setIsDefault", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isDefault", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                        Indicates whether this is the default rule.

                                                                                                                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Rule", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "rule", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "wrapper" : false, "xmlNamespace" : null }, "RuleCondition" : { "c2jName" : "RuleCondition", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                        Information about a condition for a rule.

                                                                                                                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getField", "beanStyleSetterMethodName" : "setField", "c2jName" : "Field", "c2jShape" : "ConditionFieldName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The field in the HTTP request. The following are the possible values:

                                                                                                                                                        • http-header

                                                                                                                                                        • http-request-method

                                                                                                                                                        • host-header

                                                                                                                                                        • path-pattern

                                                                                                                                                        • query-string

                                                                                                                                                        • source-ip

                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #field(String)}.\n@param field a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #field(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                        The field in the HTTP request. The following are the possible values:

                                                                                                                                                        • http-header

                                                                                                                                                        • http-request-method

                                                                                                                                                        • host-header

                                                                                                                                                        • path-pattern

                                                                                                                                                        • query-string

                                                                                                                                                        • source-ip

                                                                                                                                                        \n@return The field in the HTTP request. The following are the possible values:

                                                                                                                                                        • http-header

                                                                                                                                                        • http-request-method

                                                                                                                                                        • host-header

                                                                                                                                                        • path-pattern

                                                                                                                                                        • query-string

                                                                                                                                                        • source-ip

                                                                                                                                                        • \n@deprecated Use {@link #field()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                          The field in the HTTP request. The following are the possible values:

                                                                                                                                                          • http-header

                                                                                                                                                          • http-request-method

                                                                                                                                                          • host-header

                                                                                                                                                          • path-pattern

                                                                                                                                                          • query-string

                                                                                                                                                          • source-ip

                                                                                                                                                          \n@param field The field in the HTTP request. The following are the possible values:

                                                                                                                                                          • http-header

                                                                                                                                                          • http-request-method

                                                                                                                                                          • host-header

                                                                                                                                                          • path-pattern

                                                                                                                                                          • query-string

                                                                                                                                                          • source-ip

                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #field(String)}\n", "documentation" : "

                                                                                                                                                            The field in the HTTP request. The following are the possible values:

                                                                                                                                                            • http-header

                                                                                                                                                            • http-request-method

                                                                                                                                                            • host-header

                                                                                                                                                            • path-pattern

                                                                                                                                                            • query-string

                                                                                                                                                            • source-ip

                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Field property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasField", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "field", "fluentSetterDocumentation" : "

                                                                                                                                                            The field in the HTTP request. The following are the possible values:

                                                                                                                                                            • http-header

                                                                                                                                                            • http-request-method

                                                                                                                                                            • host-header

                                                                                                                                                            • path-pattern

                                                                                                                                                            • query-string

                                                                                                                                                            • source-ip

                                                                                                                                                            \n@param field The field in the HTTP request. The following are the possible values:

                                                                                                                                                            • http-header

                                                                                                                                                            • http-request-method

                                                                                                                                                            • host-header

                                                                                                                                                            • path-pattern

                                                                                                                                                            • query-string

                                                                                                                                                            • source-ip

                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "field", "getterDocumentation" : "

                                                                                                                                                              The field in the HTTP request. The following are the possible values:

                                                                                                                                                              • http-header

                                                                                                                                                              • http-request-method

                                                                                                                                                              • host-header

                                                                                                                                                              • path-pattern

                                                                                                                                                              • query-string

                                                                                                                                                              • source-ip

                                                                                                                                                              \n@return The field in the HTTP request. The following are the possible values:

                                                                                                                                                              • http-header

                                                                                                                                                              • http-request-method

                                                                                                                                                              • host-header

                                                                                                                                                              • path-pattern

                                                                                                                                                              • query-string

                                                                                                                                                              • source-ip

                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Field", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Field", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Field", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                The field in the HTTP request. The following are the possible values:

                                                                                                                                                                • http-header

                                                                                                                                                                • http-request-method

                                                                                                                                                                • host-header

                                                                                                                                                                • path-pattern

                                                                                                                                                                • query-string

                                                                                                                                                                • source-ip

                                                                                                                                                                \n@param field The field in the HTTP request. The following are the possible values:

                                                                                                                                                                • http-header

                                                                                                                                                                • http-request-method

                                                                                                                                                                • host-header

                                                                                                                                                                • path-pattern

                                                                                                                                                                • query-string

                                                                                                                                                                • source-ip

                                                                                                                                                                • ", "setterMethodName" : "setField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The field in the HTTP request. The following are the possible values:

                                                                                                                                                                  • http-header

                                                                                                                                                                  • http-request-method

                                                                                                                                                                  • host-header

                                                                                                                                                                  • path-pattern

                                                                                                                                                                  • query-string

                                                                                                                                                                  • source-ip

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                  The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                  If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                  • A-Z, a-z, 0-9

                                                                                                                                                                  • - .

                                                                                                                                                                  • * (matches 0 or more characters)

                                                                                                                                                                  • ? (matches exactly 1 character)

                                                                                                                                                                  If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                  • A-Z, a-z, 0-9

                                                                                                                                                                  • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                  • & (using &)

                                                                                                                                                                  • * (matches 0 or more characters)

                                                                                                                                                                  • ? (matches exactly 1 character)

                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                  The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                  If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                  • A-Z, a-z, 0-9

                                                                                                                                                                  • - .

                                                                                                                                                                  • * (matches 0 or more characters)

                                                                                                                                                                  • ? (matches exactly 1 character)

                                                                                                                                                                  If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                  • A-Z, a-z, 0-9

                                                                                                                                                                  • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                  • & (using &)

                                                                                                                                                                  • * (matches 0 or more characters)

                                                                                                                                                                  • ? (matches exactly 1 character)

                                                                                                                                                                  \n

                                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                  \n

                                                                                                                                                                  \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                  \n@return The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                  If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                  • A-Z, a-z, 0-9

                                                                                                                                                                  • - .

                                                                                                                                                                  • * (matches 0 or more characters)

                                                                                                                                                                  • ? (matches exactly 1 character)

                                                                                                                                                                  If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                  • A-Z, a-z, 0-9

                                                                                                                                                                  • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                  • & (using &)

                                                                                                                                                                  • * (matches 0 or more characters)

                                                                                                                                                                  • ? (matches exactly 1 character)

                                                                                                                                                                  • \n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                    The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                    If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                    • A-Z, a-z, 0-9

                                                                                                                                                                    • - .

                                                                                                                                                                    • * (matches 0 or more characters)

                                                                                                                                                                    • ? (matches exactly 1 character)

                                                                                                                                                                    If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                    • A-Z, a-z, 0-9

                                                                                                                                                                    • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                    • & (using &)

                                                                                                                                                                    • * (matches 0 or more characters)

                                                                                                                                                                    • ? (matches exactly 1 character)

                                                                                                                                                                    \n@param values The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                    If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                    • A-Z, a-z, 0-9

                                                                                                                                                                    • - .

                                                                                                                                                                    • * (matches 0 or more characters)

                                                                                                                                                                    • ? (matches exactly 1 character)

                                                                                                                                                                    If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                    • A-Z, a-z, 0-9

                                                                                                                                                                    • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                    • & (using &)

                                                                                                                                                                    • * (matches 0 or more characters)

                                                                                                                                                                    • ? (matches exactly 1 character)

                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                                      The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                      If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                      • - .

                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                      If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                      • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                      • & (using &)

                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                                      The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                      If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                      • - .

                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                      If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                      • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                      • & (using &)

                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                      \n@param values The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                      If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                      • - .

                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                      If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                      • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                      • & (using &)

                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                                        The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                        If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                        • A-Z, a-z, 0-9

                                                                                                                                                                        • - .

                                                                                                                                                                        • * (matches 0 or more characters)

                                                                                                                                                                        • ? (matches exactly 1 character)

                                                                                                                                                                        If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                        • A-Z, a-z, 0-9

                                                                                                                                                                        • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                        • & (using &)

                                                                                                                                                                        • * (matches 0 or more characters)

                                                                                                                                                                        • ? (matches exactly 1 character)

                                                                                                                                                                        \n

                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                        \n

                                                                                                                                                                        \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                        \n@return The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                        If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                        • A-Z, a-z, 0-9

                                                                                                                                                                        • - .

                                                                                                                                                                        • * (matches 0 or more characters)

                                                                                                                                                                        • ? (matches exactly 1 character)

                                                                                                                                                                        If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                        • A-Z, a-z, 0-9

                                                                                                                                                                        • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                        • & (using &)

                                                                                                                                                                        • * (matches 0 or more characters)

                                                                                                                                                                        • ? (matches exactly 1 character)

                                                                                                                                                                        • ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                          The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                          If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                          • - .

                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                          If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                          • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                          • & (using &)

                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                          \n@param values The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                          If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                          • - .

                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                          If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                          • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                          • & (using &)

                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                          • ", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                            The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                            If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                            • A-Z, a-z, 0-9

                                                                                                                                                                            • - .

                                                                                                                                                                            • * (matches 0 or more characters)

                                                                                                                                                                            • ? (matches exactly 1 character)

                                                                                                                                                                            If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                            • A-Z, a-z, 0-9

                                                                                                                                                                            • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                            • & (using &)

                                                                                                                                                                            • * (matches 0 or more characters)

                                                                                                                                                                            • ? (matches exactly 1 character)

                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHostHeaderConfig", "beanStyleSetterMethodName" : "setHostHeaderConfig", "c2jName" : "HostHeaderConfig", "c2jShape" : "HostHeaderConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link HostHeaderConditionConfig.Builder} avoiding the need to create one manually via {@link HostHeaderConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link HostHeaderConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #hostHeaderConfig(HostHeaderConditionConfig)}.\n@param hostHeaderConfig a consumer that will call methods on {@link HostHeaderConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hostHeaderConfig(HostHeaderConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                            Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                            \n@return Information for a host header condition. Specify only when Field is host-header.\n@deprecated Use {@link #hostHeaderConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                            Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                            \n@param hostHeaderConfig Information for a host header condition. Specify only when Field is host-header.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #hostHeaderConfig(HostHeaderConditionConfig)}\n", "documentation" : "

                                                                                                                                                                            Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HostHeaderConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHostHeaderConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hostHeaderConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                            Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                            \n@param hostHeaderConfig Information for a host header condition. Specify only when Field is host-header.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hostHeaderConfig", "getterDocumentation" : "

                                                                                                                                                                            Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                            \n@return Information for a host header condition. Specify only when Field is host-header.", "getterModel" : { "returnType" : "HostHeaderConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HostHeaderConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HostHeaderConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HostHeaderConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                            Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                            \n@param hostHeaderConfig Information for a host header condition. Specify only when Field is host-header.", "setterMethodName" : "setHostHeaderConfig", "setterModel" : { "variableDeclarationType" : "HostHeaderConditionConfig", "variableName" : "hostHeaderConfig", "variableType" : "HostHeaderConditionConfig", "documentation" : null, "simpleType" : "HostHeaderConditionConfig", "variableSetterType" : "HostHeaderConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HostHeaderConditionConfig", "variableName" : "hostHeaderConfig", "variableType" : "HostHeaderConditionConfig", "documentation" : "

                                                                                                                                                                            Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                            ", "simpleType" : "HostHeaderConditionConfig", "variableSetterType" : "HostHeaderConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPathPatternConfig", "beanStyleSetterMethodName" : "setPathPatternConfig", "c2jName" : "PathPatternConfig", "c2jShape" : "PathPatternConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link PathPatternConditionConfig.Builder} avoiding the need to create one manually via {@link PathPatternConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PathPatternConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #pathPatternConfig(PathPatternConditionConfig)}.\n@param pathPatternConfig a consumer that will call methods on {@link PathPatternConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pathPatternConfig(PathPatternConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                            Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                            \n@return Information for a path pattern condition. Specify only when Field is path-pattern.\n@deprecated Use {@link #pathPatternConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                            Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                            \n@param pathPatternConfig Information for a path pattern condition. Specify only when Field is path-pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pathPatternConfig(PathPatternConditionConfig)}\n", "documentation" : "

                                                                                                                                                                            Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PathPatternConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPathPatternConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pathPatternConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                            Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                            \n@param pathPatternConfig Information for a path pattern condition. Specify only when Field is path-pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathPatternConfig", "getterDocumentation" : "

                                                                                                                                                                            Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                            \n@return Information for a path pattern condition. Specify only when Field is path-pattern.", "getterModel" : { "returnType" : "PathPatternConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PathPatternConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PathPatternConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PathPatternConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                            Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                            \n@param pathPatternConfig Information for a path pattern condition. Specify only when Field is path-pattern.", "setterMethodName" : "setPathPatternConfig", "setterModel" : { "variableDeclarationType" : "PathPatternConditionConfig", "variableName" : "pathPatternConfig", "variableType" : "PathPatternConditionConfig", "documentation" : null, "simpleType" : "PathPatternConditionConfig", "variableSetterType" : "PathPatternConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PathPatternConditionConfig", "variableName" : "pathPatternConfig", "variableType" : "PathPatternConditionConfig", "documentation" : "

                                                                                                                                                                            Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                            ", "simpleType" : "PathPatternConditionConfig", "variableSetterType" : "PathPatternConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpHeaderConfig", "beanStyleSetterMethodName" : "setHttpHeaderConfig", "c2jName" : "HttpHeaderConfig", "c2jShape" : "HttpHeaderConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link HttpHeaderConditionConfig.Builder} avoiding the need to create one manually via {@link HttpHeaderConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link HttpHeaderConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #httpHeaderConfig(HttpHeaderConditionConfig)}.\n@param httpHeaderConfig a consumer that will call methods on {@link HttpHeaderConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpHeaderConfig(HttpHeaderConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                            Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                            \n@return Information for an HTTP header condition. Specify only when Field is http-header.\n@deprecated Use {@link #httpHeaderConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                            Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                            \n@param httpHeaderConfig Information for an HTTP header condition. Specify only when Field is http-header.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpHeaderConfig(HttpHeaderConditionConfig)}\n", "documentation" : "

                                                                                                                                                                            Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpHeaderConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpHeaderConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpHeaderConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                            Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                            \n@param httpHeaderConfig Information for an HTTP header condition. Specify only when Field is http-header.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpHeaderConfig", "getterDocumentation" : "

                                                                                                                                                                            Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                            \n@return Information for an HTTP header condition. Specify only when Field is http-header.", "getterModel" : { "returnType" : "HttpHeaderConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpHeaderConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpHeaderConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HttpHeaderConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                            Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                            \n@param httpHeaderConfig Information for an HTTP header condition. Specify only when Field is http-header.", "setterMethodName" : "setHttpHeaderConfig", "setterModel" : { "variableDeclarationType" : "HttpHeaderConditionConfig", "variableName" : "httpHeaderConfig", "variableType" : "HttpHeaderConditionConfig", "documentation" : null, "simpleType" : "HttpHeaderConditionConfig", "variableSetterType" : "HttpHeaderConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HttpHeaderConditionConfig", "variableName" : "httpHeaderConfig", "variableType" : "HttpHeaderConditionConfig", "documentation" : "

                                                                                                                                                                            Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                            ", "simpleType" : "HttpHeaderConditionConfig", "variableSetterType" : "HttpHeaderConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryStringConfig", "beanStyleSetterMethodName" : "setQueryStringConfig", "c2jName" : "QueryStringConfig", "c2jShape" : "QueryStringConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link QueryStringConditionConfig.Builder} avoiding the need to create one manually via {@link QueryStringConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStringConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #queryStringConfig(QueryStringConditionConfig)}.\n@param queryStringConfig a consumer that will call methods on {@link QueryStringConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryStringConfig(QueryStringConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                            Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                            \n@return Information for a query string condition. Specify only when Field is query-string.\n@deprecated Use {@link #queryStringConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                            Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                            \n@param queryStringConfig Information for a query string condition. Specify only when Field is query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryStringConfig(QueryStringConditionConfig)}\n", "documentation" : "

                                                                                                                                                                            Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryStringConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryStringConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryStringConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                            Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                            \n@param queryStringConfig Information for a query string condition. Specify only when Field is query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryStringConfig", "getterDocumentation" : "

                                                                                                                                                                            Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                            \n@return Information for a query string condition. Specify only when Field is query-string.", "getterModel" : { "returnType" : "QueryStringConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryStringConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryStringConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryStringConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                            Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                            \n@param queryStringConfig Information for a query string condition. Specify only when Field is query-string.", "setterMethodName" : "setQueryStringConfig", "setterModel" : { "variableDeclarationType" : "QueryStringConditionConfig", "variableName" : "queryStringConfig", "variableType" : "QueryStringConditionConfig", "documentation" : null, "simpleType" : "QueryStringConditionConfig", "variableSetterType" : "QueryStringConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStringConditionConfig", "variableName" : "queryStringConfig", "variableType" : "QueryStringConditionConfig", "documentation" : "

                                                                                                                                                                            Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                            ", "simpleType" : "QueryStringConditionConfig", "variableSetterType" : "QueryStringConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpRequestMethodConfig", "beanStyleSetterMethodName" : "setHttpRequestMethodConfig", "c2jName" : "HttpRequestMethodConfig", "c2jShape" : "HttpRequestMethodConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link HttpRequestMethodConditionConfig.Builder} avoiding the need to create one manually via {@link HttpRequestMethodConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link HttpRequestMethodConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #httpRequestMethodConfig(HttpRequestMethodConditionConfig)}.\n@param httpRequestMethodConfig a consumer that will call methods on {@link HttpRequestMethodConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpRequestMethodConfig(HttpRequestMethodConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                            Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                            \n@return Information for an HTTP method condition. Specify only when Field is http-request-method.\n@deprecated Use {@link #httpRequestMethodConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                            Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                            \n@param httpRequestMethodConfig Information for an HTTP method condition. Specify only when Field is http-request-method.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpRequestMethodConfig(HttpRequestMethodConditionConfig)}\n", "documentation" : "

                                                                                                                                                                            Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpRequestMethodConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpRequestMethodConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpRequestMethodConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                            Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                            \n@param httpRequestMethodConfig Information for an HTTP method condition. Specify only when Field is http-request-method.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpRequestMethodConfig", "getterDocumentation" : "

                                                                                                                                                                            Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                            \n@return Information for an HTTP method condition. Specify only when Field is http-request-method.", "getterModel" : { "returnType" : "HttpRequestMethodConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpRequestMethodConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpRequestMethodConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HttpRequestMethodConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                            Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                            \n@param httpRequestMethodConfig Information for an HTTP method condition. Specify only when Field is http-request-method.", "setterMethodName" : "setHttpRequestMethodConfig", "setterModel" : { "variableDeclarationType" : "HttpRequestMethodConditionConfig", "variableName" : "httpRequestMethodConfig", "variableType" : "HttpRequestMethodConditionConfig", "documentation" : null, "simpleType" : "HttpRequestMethodConditionConfig", "variableSetterType" : "HttpRequestMethodConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HttpRequestMethodConditionConfig", "variableName" : "httpRequestMethodConfig", "variableType" : "HttpRequestMethodConditionConfig", "documentation" : "

                                                                                                                                                                            Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                            ", "simpleType" : "HttpRequestMethodConditionConfig", "variableSetterType" : "HttpRequestMethodConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceIpConfig", "beanStyleSetterMethodName" : "setSourceIpConfig", "c2jName" : "SourceIpConfig", "c2jShape" : "SourceIpConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link SourceIpConditionConfig.Builder} avoiding the need to create one manually via {@link SourceIpConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceIpConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #sourceIpConfig(SourceIpConditionConfig)}.\n@param sourceIpConfig a consumer that will call methods on {@link SourceIpConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIpConfig(SourceIpConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                            Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                            \n@return Information for a source IP condition. Specify only when Field is source-ip.\n@deprecated Use {@link #sourceIpConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                            Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                            \n@param sourceIpConfig Information for a source IP condition. Specify only when Field is source-ip.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceIpConfig(SourceIpConditionConfig)}\n", "documentation" : "

                                                                                                                                                                            Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceIpConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceIpConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceIpConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                            Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                            \n@param sourceIpConfig Information for a source IP condition. Specify only when Field is source-ip.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIpConfig", "getterDocumentation" : "

                                                                                                                                                                            Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                            \n@return Information for a source IP condition. Specify only when Field is source-ip.", "getterModel" : { "returnType" : "SourceIpConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceIpConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIpConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceIpConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                            Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                            \n@param sourceIpConfig Information for a source IP condition. Specify only when Field is source-ip.", "setterMethodName" : "setSourceIpConfig", "setterModel" : { "variableDeclarationType" : "SourceIpConditionConfig", "variableName" : "sourceIpConfig", "variableType" : "SourceIpConditionConfig", "documentation" : null, "simpleType" : "SourceIpConditionConfig", "variableSetterType" : "SourceIpConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SourceIpConditionConfig", "variableName" : "sourceIpConfig", "variableType" : "SourceIpConditionConfig", "documentation" : "

                                                                                                                                                                            Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                            ", "simpleType" : "SourceIpConditionConfig", "variableSetterType" : "SourceIpConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Field" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getField", "beanStyleSetterMethodName" : "setField", "c2jName" : "Field", "c2jShape" : "ConditionFieldName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                            The field in the HTTP request. The following are the possible values:

                                                                                                                                                                            • http-header

                                                                                                                                                                            • http-request-method

                                                                                                                                                                            • host-header

                                                                                                                                                                            • path-pattern

                                                                                                                                                                            • query-string

                                                                                                                                                                            • source-ip

                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #field(String)}.\n@param field a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #field(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                            The field in the HTTP request. The following are the possible values:

                                                                                                                                                                            • http-header

                                                                                                                                                                            • http-request-method

                                                                                                                                                                            • host-header

                                                                                                                                                                            • path-pattern

                                                                                                                                                                            • query-string

                                                                                                                                                                            • source-ip

                                                                                                                                                                            \n@return The field in the HTTP request. The following are the possible values:

                                                                                                                                                                            • http-header

                                                                                                                                                                            • http-request-method

                                                                                                                                                                            • host-header

                                                                                                                                                                            • path-pattern

                                                                                                                                                                            • query-string

                                                                                                                                                                            • source-ip

                                                                                                                                                                            • \n@deprecated Use {@link #field()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                              The field in the HTTP request. The following are the possible values:

                                                                                                                                                                              • http-header

                                                                                                                                                                              • http-request-method

                                                                                                                                                                              • host-header

                                                                                                                                                                              • path-pattern

                                                                                                                                                                              • query-string

                                                                                                                                                                              • source-ip

                                                                                                                                                                              \n@param field The field in the HTTP request. The following are the possible values:

                                                                                                                                                                              • http-header

                                                                                                                                                                              • http-request-method

                                                                                                                                                                              • host-header

                                                                                                                                                                              • path-pattern

                                                                                                                                                                              • query-string

                                                                                                                                                                              • source-ip

                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #field(String)}\n", "documentation" : "

                                                                                                                                                                                The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                • http-header

                                                                                                                                                                                • http-request-method

                                                                                                                                                                                • host-header

                                                                                                                                                                                • path-pattern

                                                                                                                                                                                • query-string

                                                                                                                                                                                • source-ip

                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Field property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasField", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "field", "fluentSetterDocumentation" : "

                                                                                                                                                                                The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                • http-header

                                                                                                                                                                                • http-request-method

                                                                                                                                                                                • host-header

                                                                                                                                                                                • path-pattern

                                                                                                                                                                                • query-string

                                                                                                                                                                                • source-ip

                                                                                                                                                                                \n@param field The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                • http-header

                                                                                                                                                                                • http-request-method

                                                                                                                                                                                • host-header

                                                                                                                                                                                • path-pattern

                                                                                                                                                                                • query-string

                                                                                                                                                                                • source-ip

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "field", "getterDocumentation" : "

                                                                                                                                                                                  The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                  • http-header

                                                                                                                                                                                  • http-request-method

                                                                                                                                                                                  • host-header

                                                                                                                                                                                  • path-pattern

                                                                                                                                                                                  • query-string

                                                                                                                                                                                  • source-ip

                                                                                                                                                                                  \n@return The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                  • http-header

                                                                                                                                                                                  • http-request-method

                                                                                                                                                                                  • host-header

                                                                                                                                                                                  • path-pattern

                                                                                                                                                                                  • query-string

                                                                                                                                                                                  • source-ip

                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Field", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Field", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Field", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                    The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                    • http-header

                                                                                                                                                                                    • http-request-method

                                                                                                                                                                                    • host-header

                                                                                                                                                                                    • path-pattern

                                                                                                                                                                                    • query-string

                                                                                                                                                                                    • source-ip

                                                                                                                                                                                    \n@param field The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                    • http-header

                                                                                                                                                                                    • http-request-method

                                                                                                                                                                                    • host-header

                                                                                                                                                                                    • path-pattern

                                                                                                                                                                                    • query-string

                                                                                                                                                                                    • source-ip

                                                                                                                                                                                    • ", "setterMethodName" : "setField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                      • http-header

                                                                                                                                                                                      • http-request-method

                                                                                                                                                                                      • host-header

                                                                                                                                                                                      • path-pattern

                                                                                                                                                                                      • query-string

                                                                                                                                                                                      • source-ip

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HostHeaderConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHostHeaderConfig", "beanStyleSetterMethodName" : "setHostHeaderConfig", "c2jName" : "HostHeaderConfig", "c2jShape" : "HostHeaderConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link HostHeaderConditionConfig.Builder} avoiding the need to create one manually via {@link HostHeaderConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link HostHeaderConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #hostHeaderConfig(HostHeaderConditionConfig)}.\n@param hostHeaderConfig a consumer that will call methods on {@link HostHeaderConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hostHeaderConfig(HostHeaderConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                      \n@return Information for a host header condition. Specify only when Field is host-header.\n@deprecated Use {@link #hostHeaderConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                      \n@param hostHeaderConfig Information for a host header condition. Specify only when Field is host-header.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #hostHeaderConfig(HostHeaderConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                      Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HostHeaderConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHostHeaderConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hostHeaderConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                      \n@param hostHeaderConfig Information for a host header condition. Specify only when Field is host-header.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hostHeaderConfig", "getterDocumentation" : "

                                                                                                                                                                                      Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                      \n@return Information for a host header condition. Specify only when Field is host-header.", "getterModel" : { "returnType" : "HostHeaderConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HostHeaderConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HostHeaderConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HostHeaderConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                      \n@param hostHeaderConfig Information for a host header condition. Specify only when Field is host-header.", "setterMethodName" : "setHostHeaderConfig", "setterModel" : { "variableDeclarationType" : "HostHeaderConditionConfig", "variableName" : "hostHeaderConfig", "variableType" : "HostHeaderConditionConfig", "documentation" : null, "simpleType" : "HostHeaderConditionConfig", "variableSetterType" : "HostHeaderConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HostHeaderConditionConfig", "variableName" : "hostHeaderConfig", "variableType" : "HostHeaderConditionConfig", "documentation" : "

                                                                                                                                                                                      Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                      ", "simpleType" : "HostHeaderConditionConfig", "variableSetterType" : "HostHeaderConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HttpHeaderConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpHeaderConfig", "beanStyleSetterMethodName" : "setHttpHeaderConfig", "c2jName" : "HttpHeaderConfig", "c2jShape" : "HttpHeaderConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link HttpHeaderConditionConfig.Builder} avoiding the need to create one manually via {@link HttpHeaderConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link HttpHeaderConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #httpHeaderConfig(HttpHeaderConditionConfig)}.\n@param httpHeaderConfig a consumer that will call methods on {@link HttpHeaderConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpHeaderConfig(HttpHeaderConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                      \n@return Information for an HTTP header condition. Specify only when Field is http-header.\n@deprecated Use {@link #httpHeaderConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                      \n@param httpHeaderConfig Information for an HTTP header condition. Specify only when Field is http-header.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpHeaderConfig(HttpHeaderConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                      Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpHeaderConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpHeaderConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpHeaderConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                      \n@param httpHeaderConfig Information for an HTTP header condition. Specify only when Field is http-header.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpHeaderConfig", "getterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                      \n@return Information for an HTTP header condition. Specify only when Field is http-header.", "getterModel" : { "returnType" : "HttpHeaderConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpHeaderConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpHeaderConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HttpHeaderConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                      \n@param httpHeaderConfig Information for an HTTP header condition. Specify only when Field is http-header.", "setterMethodName" : "setHttpHeaderConfig", "setterModel" : { "variableDeclarationType" : "HttpHeaderConditionConfig", "variableName" : "httpHeaderConfig", "variableType" : "HttpHeaderConditionConfig", "documentation" : null, "simpleType" : "HttpHeaderConditionConfig", "variableSetterType" : "HttpHeaderConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HttpHeaderConditionConfig", "variableName" : "httpHeaderConfig", "variableType" : "HttpHeaderConditionConfig", "documentation" : "

                                                                                                                                                                                      Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                      ", "simpleType" : "HttpHeaderConditionConfig", "variableSetterType" : "HttpHeaderConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HttpRequestMethodConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpRequestMethodConfig", "beanStyleSetterMethodName" : "setHttpRequestMethodConfig", "c2jName" : "HttpRequestMethodConfig", "c2jShape" : "HttpRequestMethodConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link HttpRequestMethodConditionConfig.Builder} avoiding the need to create one manually via {@link HttpRequestMethodConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link HttpRequestMethodConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #httpRequestMethodConfig(HttpRequestMethodConditionConfig)}.\n@param httpRequestMethodConfig a consumer that will call methods on {@link HttpRequestMethodConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpRequestMethodConfig(HttpRequestMethodConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                      \n@return Information for an HTTP method condition. Specify only when Field is http-request-method.\n@deprecated Use {@link #httpRequestMethodConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                      \n@param httpRequestMethodConfig Information for an HTTP method condition. Specify only when Field is http-request-method.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpRequestMethodConfig(HttpRequestMethodConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                      Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpRequestMethodConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpRequestMethodConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpRequestMethodConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                      \n@param httpRequestMethodConfig Information for an HTTP method condition. Specify only when Field is http-request-method.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpRequestMethodConfig", "getterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                      \n@return Information for an HTTP method condition. Specify only when Field is http-request-method.", "getterModel" : { "returnType" : "HttpRequestMethodConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpRequestMethodConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpRequestMethodConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HttpRequestMethodConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                      \n@param httpRequestMethodConfig Information for an HTTP method condition. Specify only when Field is http-request-method.", "setterMethodName" : "setHttpRequestMethodConfig", "setterModel" : { "variableDeclarationType" : "HttpRequestMethodConditionConfig", "variableName" : "httpRequestMethodConfig", "variableType" : "HttpRequestMethodConditionConfig", "documentation" : null, "simpleType" : "HttpRequestMethodConditionConfig", "variableSetterType" : "HttpRequestMethodConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HttpRequestMethodConditionConfig", "variableName" : "httpRequestMethodConfig", "variableType" : "HttpRequestMethodConditionConfig", "documentation" : "

                                                                                                                                                                                      Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                      ", "simpleType" : "HttpRequestMethodConditionConfig", "variableSetterType" : "HttpRequestMethodConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PathPatternConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPathPatternConfig", "beanStyleSetterMethodName" : "setPathPatternConfig", "c2jName" : "PathPatternConfig", "c2jShape" : "PathPatternConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link PathPatternConditionConfig.Builder} avoiding the need to create one manually via {@link PathPatternConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PathPatternConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #pathPatternConfig(PathPatternConditionConfig)}.\n@param pathPatternConfig a consumer that will call methods on {@link PathPatternConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pathPatternConfig(PathPatternConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                      \n@return Information for a path pattern condition. Specify only when Field is path-pattern.\n@deprecated Use {@link #pathPatternConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                      \n@param pathPatternConfig Information for a path pattern condition. Specify only when Field is path-pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pathPatternConfig(PathPatternConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                      Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PathPatternConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPathPatternConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pathPatternConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                      \n@param pathPatternConfig Information for a path pattern condition. Specify only when Field is path-pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathPatternConfig", "getterDocumentation" : "

                                                                                                                                                                                      Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                      \n@return Information for a path pattern condition. Specify only when Field is path-pattern.", "getterModel" : { "returnType" : "PathPatternConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PathPatternConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PathPatternConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PathPatternConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                      \n@param pathPatternConfig Information for a path pattern condition. Specify only when Field is path-pattern.", "setterMethodName" : "setPathPatternConfig", "setterModel" : { "variableDeclarationType" : "PathPatternConditionConfig", "variableName" : "pathPatternConfig", "variableType" : "PathPatternConditionConfig", "documentation" : null, "simpleType" : "PathPatternConditionConfig", "variableSetterType" : "PathPatternConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PathPatternConditionConfig", "variableName" : "pathPatternConfig", "variableType" : "PathPatternConditionConfig", "documentation" : "

                                                                                                                                                                                      Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                      ", "simpleType" : "PathPatternConditionConfig", "variableSetterType" : "PathPatternConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryStringConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryStringConfig", "beanStyleSetterMethodName" : "setQueryStringConfig", "c2jName" : "QueryStringConfig", "c2jShape" : "QueryStringConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link QueryStringConditionConfig.Builder} avoiding the need to create one manually via {@link QueryStringConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStringConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #queryStringConfig(QueryStringConditionConfig)}.\n@param queryStringConfig a consumer that will call methods on {@link QueryStringConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryStringConfig(QueryStringConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                      \n@return Information for a query string condition. Specify only when Field is query-string.\n@deprecated Use {@link #queryStringConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                      \n@param queryStringConfig Information for a query string condition. Specify only when Field is query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryStringConfig(QueryStringConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                      Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryStringConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryStringConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryStringConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                      \n@param queryStringConfig Information for a query string condition. Specify only when Field is query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryStringConfig", "getterDocumentation" : "

                                                                                                                                                                                      Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                      \n@return Information for a query string condition. Specify only when Field is query-string.", "getterModel" : { "returnType" : "QueryStringConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryStringConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryStringConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryStringConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                      \n@param queryStringConfig Information for a query string condition. Specify only when Field is query-string.", "setterMethodName" : "setQueryStringConfig", "setterModel" : { "variableDeclarationType" : "QueryStringConditionConfig", "variableName" : "queryStringConfig", "variableType" : "QueryStringConditionConfig", "documentation" : null, "simpleType" : "QueryStringConditionConfig", "variableSetterType" : "QueryStringConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStringConditionConfig", "variableName" : "queryStringConfig", "variableType" : "QueryStringConditionConfig", "documentation" : "

                                                                                                                                                                                      Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                      ", "simpleType" : "QueryStringConditionConfig", "variableSetterType" : "QueryStringConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceIpConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceIpConfig", "beanStyleSetterMethodName" : "setSourceIpConfig", "c2jName" : "SourceIpConfig", "c2jShape" : "SourceIpConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link SourceIpConditionConfig.Builder} avoiding the need to create one manually via {@link SourceIpConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceIpConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #sourceIpConfig(SourceIpConditionConfig)}.\n@param sourceIpConfig a consumer that will call methods on {@link SourceIpConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIpConfig(SourceIpConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                      \n@return Information for a source IP condition. Specify only when Field is source-ip.\n@deprecated Use {@link #sourceIpConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                      Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                      \n@param sourceIpConfig Information for a source IP condition. Specify only when Field is source-ip.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceIpConfig(SourceIpConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                      Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceIpConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceIpConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceIpConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                      \n@param sourceIpConfig Information for a source IP condition. Specify only when Field is source-ip.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIpConfig", "getterDocumentation" : "

                                                                                                                                                                                      Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                      \n@return Information for a source IP condition. Specify only when Field is source-ip.", "getterModel" : { "returnType" : "SourceIpConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceIpConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIpConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceIpConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                      Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                      \n@param sourceIpConfig Information for a source IP condition. Specify only when Field is source-ip.", "setterMethodName" : "setSourceIpConfig", "setterModel" : { "variableDeclarationType" : "SourceIpConditionConfig", "variableName" : "sourceIpConfig", "variableType" : "SourceIpConditionConfig", "documentation" : null, "simpleType" : "SourceIpConditionConfig", "variableSetterType" : "SourceIpConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SourceIpConditionConfig", "variableName" : "sourceIpConfig", "variableType" : "SourceIpConditionConfig", "documentation" : "

                                                                                                                                                                                      Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                      ", "simpleType" : "SourceIpConditionConfig", "variableSetterType" : "SourceIpConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Values" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                      If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                                      • - .

                                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                                      If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                                      • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                      • & (using &)

                                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                      The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                      If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                                      • - .

                                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                                      If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                                      • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                      • & (using &)

                                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                                      \n@return The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                      If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                                      • - .

                                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                                      If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                      • A-Z, a-z, 0-9

                                                                                                                                                                                      • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                      • & (using &)

                                                                                                                                                                                      • * (matches 0 or more characters)

                                                                                                                                                                                      • ? (matches exactly 1 character)

                                                                                                                                                                                      • \n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                        The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                        If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                        • A-Z, a-z, 0-9

                                                                                                                                                                                        • - .

                                                                                                                                                                                        • * (matches 0 or more characters)

                                                                                                                                                                                        • ? (matches exactly 1 character)

                                                                                                                                                                                        If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                        • A-Z, a-z, 0-9

                                                                                                                                                                                        • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                        • & (using &)

                                                                                                                                                                                        • * (matches 0 or more characters)

                                                                                                                                                                                        • ? (matches exactly 1 character)

                                                                                                                                                                                        \n@param values The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                        If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                        • A-Z, a-z, 0-9

                                                                                                                                                                                        • - .

                                                                                                                                                                                        • * (matches 0 or more characters)

                                                                                                                                                                                        • ? (matches exactly 1 character)

                                                                                                                                                                                        If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                        • A-Z, a-z, 0-9

                                                                                                                                                                                        • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                        • & (using &)

                                                                                                                                                                                        • * (matches 0 or more characters)

                                                                                                                                                                                        • ? (matches exactly 1 character)

                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                                                          The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                          If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                          • - .

                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                          If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                          • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                          • & (using &)

                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                                                          The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                          If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                          • - .

                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                          If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                          • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                          • & (using &)

                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                          \n@param values The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                          If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                          • - .

                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                          If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                          • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                          • & (using &)

                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                                                            The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                            If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                            • A-Z, a-z, 0-9

                                                                                                                                                                                            • - .

                                                                                                                                                                                            • * (matches 0 or more characters)

                                                                                                                                                                                            • ? (matches exactly 1 character)

                                                                                                                                                                                            If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                            • A-Z, a-z, 0-9

                                                                                                                                                                                            • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                            • & (using &)

                                                                                                                                                                                            • * (matches 0 or more characters)

                                                                                                                                                                                            • ? (matches exactly 1 character)

                                                                                                                                                                                            \n

                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                            \n

                                                                                                                                                                                            \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                                            \n@return The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                            If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                            • A-Z, a-z, 0-9

                                                                                                                                                                                            • - .

                                                                                                                                                                                            • * (matches 0 or more characters)

                                                                                                                                                                                            • ? (matches exactly 1 character)

                                                                                                                                                                                            If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                            • A-Z, a-z, 0-9

                                                                                                                                                                                            • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                            • & (using &)

                                                                                                                                                                                            • * (matches 0 or more characters)

                                                                                                                                                                                            • ? (matches exactly 1 character)

                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                              The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                              If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                              • A-Z, a-z, 0-9

                                                                                                                                                                                              • - .

                                                                                                                                                                                              • * (matches 0 or more characters)

                                                                                                                                                                                              • ? (matches exactly 1 character)

                                                                                                                                                                                              If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                              • A-Z, a-z, 0-9

                                                                                                                                                                                              • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                              • & (using &)

                                                                                                                                                                                              • * (matches 0 or more characters)

                                                                                                                                                                                              • ? (matches exactly 1 character)

                                                                                                                                                                                              \n@param values The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                              If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                              • A-Z, a-z, 0-9

                                                                                                                                                                                              • - .

                                                                                                                                                                                              • * (matches 0 or more characters)

                                                                                                                                                                                              • ? (matches exactly 1 character)

                                                                                                                                                                                              If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                              • A-Z, a-z, 0-9

                                                                                                                                                                                              • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                              • & (using &)

                                                                                                                                                                                              • * (matches 0 or more characters)

                                                                                                                                                                                              • ? (matches exactly 1 character)

                                                                                                                                                                                              • ", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                • A-Z, a-z, 0-9

                                                                                                                                                                                                • - .

                                                                                                                                                                                                • * (matches 0 or more characters)

                                                                                                                                                                                                • ? (matches exactly 1 character)

                                                                                                                                                                                                If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                • A-Z, a-z, 0-9

                                                                                                                                                                                                • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                • & (using &)

                                                                                                                                                                                                • * (matches 0 or more characters)

                                                                                                                                                                                                • ? (matches exactly 1 character)

                                                                                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getField", "beanStyleSetterMethodName" : "setField", "c2jName" : "Field", "c2jShape" : "ConditionFieldName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                • http-header

                                                                                                                                                                                                • http-request-method

                                                                                                                                                                                                • host-header

                                                                                                                                                                                                • path-pattern

                                                                                                                                                                                                • query-string

                                                                                                                                                                                                • source-ip

                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #field(String)}.\n@param field a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #field(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                • http-header

                                                                                                                                                                                                • http-request-method

                                                                                                                                                                                                • host-header

                                                                                                                                                                                                • path-pattern

                                                                                                                                                                                                • query-string

                                                                                                                                                                                                • source-ip

                                                                                                                                                                                                \n@return The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                • http-header

                                                                                                                                                                                                • http-request-method

                                                                                                                                                                                                • host-header

                                                                                                                                                                                                • path-pattern

                                                                                                                                                                                                • query-string

                                                                                                                                                                                                • source-ip

                                                                                                                                                                                                • \n@deprecated Use {@link #field()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                  The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                  • http-header

                                                                                                                                                                                                  • http-request-method

                                                                                                                                                                                                  • host-header

                                                                                                                                                                                                  • path-pattern

                                                                                                                                                                                                  • query-string

                                                                                                                                                                                                  • source-ip

                                                                                                                                                                                                  \n@param field The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                  • http-header

                                                                                                                                                                                                  • http-request-method

                                                                                                                                                                                                  • host-header

                                                                                                                                                                                                  • path-pattern

                                                                                                                                                                                                  • query-string

                                                                                                                                                                                                  • source-ip

                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #field(String)}\n", "documentation" : "

                                                                                                                                                                                                    The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                    • http-header

                                                                                                                                                                                                    • http-request-method

                                                                                                                                                                                                    • host-header

                                                                                                                                                                                                    • path-pattern

                                                                                                                                                                                                    • query-string

                                                                                                                                                                                                    • source-ip

                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Field property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasField", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "field", "fluentSetterDocumentation" : "

                                                                                                                                                                                                    The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                    • http-header

                                                                                                                                                                                                    • http-request-method

                                                                                                                                                                                                    • host-header

                                                                                                                                                                                                    • path-pattern

                                                                                                                                                                                                    • query-string

                                                                                                                                                                                                    • source-ip

                                                                                                                                                                                                    \n@param field The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                    • http-header

                                                                                                                                                                                                    • http-request-method

                                                                                                                                                                                                    • host-header

                                                                                                                                                                                                    • path-pattern

                                                                                                                                                                                                    • query-string

                                                                                                                                                                                                    • source-ip

                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "field", "getterDocumentation" : "

                                                                                                                                                                                                      The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                      • http-header

                                                                                                                                                                                                      • http-request-method

                                                                                                                                                                                                      • host-header

                                                                                                                                                                                                      • path-pattern

                                                                                                                                                                                                      • query-string

                                                                                                                                                                                                      • source-ip

                                                                                                                                                                                                      \n@return The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                      • http-header

                                                                                                                                                                                                      • http-request-method

                                                                                                                                                                                                      • host-header

                                                                                                                                                                                                      • path-pattern

                                                                                                                                                                                                      • query-string

                                                                                                                                                                                                      • source-ip

                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Field", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Field", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Field", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                        The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                        • http-header

                                                                                                                                                                                                        • http-request-method

                                                                                                                                                                                                        • host-header

                                                                                                                                                                                                        • path-pattern

                                                                                                                                                                                                        • query-string

                                                                                                                                                                                                        • source-ip

                                                                                                                                                                                                        \n@param field The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                        • http-header

                                                                                                                                                                                                        • http-request-method

                                                                                                                                                                                                        • host-header

                                                                                                                                                                                                        • path-pattern

                                                                                                                                                                                                        • query-string

                                                                                                                                                                                                        • source-ip

                                                                                                                                                                                                        • ", "setterMethodName" : "setField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                          The field in the HTTP request. The following are the possible values:

                                                                                                                                                                                                          • http-header

                                                                                                                                                                                                          • http-request-method

                                                                                                                                                                                                          • host-header

                                                                                                                                                                                                          • path-pattern

                                                                                                                                                                                                          • query-string

                                                                                                                                                                                                          • source-ip

                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                          The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                          If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                                          • - .

                                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                                          If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                                          • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                          • & (using &)

                                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                          The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                          If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                                          • - .

                                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                                          If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                                          • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                          • & (using &)

                                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                                          \n

                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                          \n

                                                                                                                                                                                                          \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                                                          \n@return The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                          If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                                          • - .

                                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                                          If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                          • A-Z, a-z, 0-9

                                                                                                                                                                                                          • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                          • & (using &)

                                                                                                                                                                                                          • * (matches 0 or more characters)

                                                                                                                                                                                                          • ? (matches exactly 1 character)

                                                                                                                                                                                                          • \n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                            The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                            If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                            • A-Z, a-z, 0-9

                                                                                                                                                                                                            • - .

                                                                                                                                                                                                            • * (matches 0 or more characters)

                                                                                                                                                                                                            • ? (matches exactly 1 character)

                                                                                                                                                                                                            If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                            • A-Z, a-z, 0-9

                                                                                                                                                                                                            • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                            • & (using &)

                                                                                                                                                                                                            • * (matches 0 or more characters)

                                                                                                                                                                                                            • ? (matches exactly 1 character)

                                                                                                                                                                                                            \n@param values The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                            If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                            • A-Z, a-z, 0-9

                                                                                                                                                                                                            • - .

                                                                                                                                                                                                            • * (matches 0 or more characters)

                                                                                                                                                                                                            • ? (matches exactly 1 character)

                                                                                                                                                                                                            If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                            • A-Z, a-z, 0-9

                                                                                                                                                                                                            • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                            • & (using &)

                                                                                                                                                                                                            • * (matches 0 or more characters)

                                                                                                                                                                                                            • ? (matches exactly 1 character)

                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                                                                              The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                              If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                              • A-Z, a-z, 0-9

                                                                                                                                                                                                              • - .

                                                                                                                                                                                                              • * (matches 0 or more characters)

                                                                                                                                                                                                              • ? (matches exactly 1 character)

                                                                                                                                                                                                              If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                              • A-Z, a-z, 0-9

                                                                                                                                                                                                              • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                              • & (using &)

                                                                                                                                                                                                              • * (matches 0 or more characters)

                                                                                                                                                                                                              • ? (matches exactly 1 character)

                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                              If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                              • A-Z, a-z, 0-9

                                                                                                                                                                                                              • - .

                                                                                                                                                                                                              • * (matches 0 or more characters)

                                                                                                                                                                                                              • ? (matches exactly 1 character)

                                                                                                                                                                                                              If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                              • A-Z, a-z, 0-9

                                                                                                                                                                                                              • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                              • & (using &)

                                                                                                                                                                                                              • * (matches 0 or more characters)

                                                                                                                                                                                                              • ? (matches exactly 1 character)

                                                                                                                                                                                                              \n@param values The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                              If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                              • A-Z, a-z, 0-9

                                                                                                                                                                                                              • - .

                                                                                                                                                                                                              • * (matches 0 or more characters)

                                                                                                                                                                                                              • ? (matches exactly 1 character)

                                                                                                                                                                                                              If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                              • A-Z, a-z, 0-9

                                                                                                                                                                                                              • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                              • & (using &)

                                                                                                                                                                                                              • * (matches 0 or more characters)

                                                                                                                                                                                                              • ? (matches exactly 1 character)

                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                                                                                The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                                If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                                • A-Z, a-z, 0-9

                                                                                                                                                                                                                • - .

                                                                                                                                                                                                                • * (matches 0 or more characters)

                                                                                                                                                                                                                • ? (matches exactly 1 character)

                                                                                                                                                                                                                If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                                • A-Z, a-z, 0-9

                                                                                                                                                                                                                • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                                • & (using &)

                                                                                                                                                                                                                • * (matches 0 or more characters)

                                                                                                                                                                                                                • ? (matches exactly 1 character)

                                                                                                                                                                                                                \n

                                                                                                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                \n

                                                                                                                                                                                                                \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                \n@return The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                                If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                                • A-Z, a-z, 0-9

                                                                                                                                                                                                                • - .

                                                                                                                                                                                                                • * (matches 0 or more characters)

                                                                                                                                                                                                                • ? (matches exactly 1 character)

                                                                                                                                                                                                                If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                                • A-Z, a-z, 0-9

                                                                                                                                                                                                                • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                                • & (using &)

                                                                                                                                                                                                                • * (matches 0 or more characters)

                                                                                                                                                                                                                • ? (matches exactly 1 character)

                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                  The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                                  If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                                  • A-Z, a-z, 0-9

                                                                                                                                                                                                                  • - .

                                                                                                                                                                                                                  • * (matches 0 or more characters)

                                                                                                                                                                                                                  • ? (matches exactly 1 character)

                                                                                                                                                                                                                  If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                                  • A-Z, a-z, 0-9

                                                                                                                                                                                                                  • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                                  • & (using &)

                                                                                                                                                                                                                  • * (matches 0 or more characters)

                                                                                                                                                                                                                  • ? (matches exactly 1 character)

                                                                                                                                                                                                                  \n@param values The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                                  If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                                  • A-Z, a-z, 0-9

                                                                                                                                                                                                                  • - .

                                                                                                                                                                                                                  • * (matches 0 or more characters)

                                                                                                                                                                                                                  • ? (matches exactly 1 character)

                                                                                                                                                                                                                  If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                                  • A-Z, a-z, 0-9

                                                                                                                                                                                                                  • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                                  • & (using &)

                                                                                                                                                                                                                  • * (matches 0 or more characters)

                                                                                                                                                                                                                  • ? (matches exactly 1 character)

                                                                                                                                                                                                                  • ", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The condition value. You can use Values if the rule contains only host-header and path-pattern conditions. Otherwise, you can use HostHeaderConfig for host-header conditions and PathPatternConfig for path-pattern conditions.

                                                                                                                                                                                                                    If Field is host-header, you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                                    • A-Z, a-z, 0-9

                                                                                                                                                                                                                    • - .

                                                                                                                                                                                                                    • * (matches 0 or more characters)

                                                                                                                                                                                                                    • ? (matches exactly 1 character)

                                                                                                                                                                                                                    If Field is path-pattern, you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.

                                                                                                                                                                                                                    • A-Z, a-z, 0-9

                                                                                                                                                                                                                    • _ - . $ / ~ \" ' @ : +

                                                                                                                                                                                                                    • & (using &)

                                                                                                                                                                                                                    • * (matches 0 or more characters)

                                                                                                                                                                                                                    • ? (matches exactly 1 character)

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHostHeaderConfig", "beanStyleSetterMethodName" : "setHostHeaderConfig", "c2jName" : "HostHeaderConfig", "c2jShape" : "HostHeaderConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link HostHeaderConditionConfig.Builder} avoiding the need to create one manually via {@link HostHeaderConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link HostHeaderConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #hostHeaderConfig(HostHeaderConditionConfig)}.\n@param hostHeaderConfig a consumer that will call methods on {@link HostHeaderConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hostHeaderConfig(HostHeaderConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                                                    \n@return Information for a host header condition. Specify only when Field is host-header.\n@deprecated Use {@link #hostHeaderConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                                                    \n@param hostHeaderConfig Information for a host header condition. Specify only when Field is host-header.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #hostHeaderConfig(HostHeaderConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                                                    Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HostHeaderConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHostHeaderConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hostHeaderConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                                                    \n@param hostHeaderConfig Information for a host header condition. Specify only when Field is host-header.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hostHeaderConfig", "getterDocumentation" : "

                                                                                                                                                                                                                    Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                                                    \n@return Information for a host header condition. Specify only when Field is host-header.", "getterModel" : { "returnType" : "HostHeaderConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HostHeaderConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HostHeaderConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HostHeaderConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                                                    \n@param hostHeaderConfig Information for a host header condition. Specify only when Field is host-header.", "setterMethodName" : "setHostHeaderConfig", "setterModel" : { "variableDeclarationType" : "HostHeaderConditionConfig", "variableName" : "hostHeaderConfig", "variableType" : "HostHeaderConditionConfig", "documentation" : null, "simpleType" : "HostHeaderConditionConfig", "variableSetterType" : "HostHeaderConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HostHeaderConditionConfig", "variableName" : "hostHeaderConfig", "variableType" : "HostHeaderConditionConfig", "documentation" : "

                                                                                                                                                                                                                    Information for a host header condition. Specify only when Field is host-header.

                                                                                                                                                                                                                    ", "simpleType" : "HostHeaderConditionConfig", "variableSetterType" : "HostHeaderConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPathPatternConfig", "beanStyleSetterMethodName" : "setPathPatternConfig", "c2jName" : "PathPatternConfig", "c2jShape" : "PathPatternConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link PathPatternConditionConfig.Builder} avoiding the need to create one manually via {@link PathPatternConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link PathPatternConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #pathPatternConfig(PathPatternConditionConfig)}.\n@param pathPatternConfig a consumer that will call methods on {@link PathPatternConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pathPatternConfig(PathPatternConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                                                    \n@return Information for a path pattern condition. Specify only when Field is path-pattern.\n@deprecated Use {@link #pathPatternConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                                                    \n@param pathPatternConfig Information for a path pattern condition. Specify only when Field is path-pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pathPatternConfig(PathPatternConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                                                    Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PathPatternConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPathPatternConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pathPatternConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                                                    \n@param pathPatternConfig Information for a path pattern condition. Specify only when Field is path-pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pathPatternConfig", "getterDocumentation" : "

                                                                                                                                                                                                                    Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                                                    \n@return Information for a path pattern condition. Specify only when Field is path-pattern.", "getterModel" : { "returnType" : "PathPatternConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PathPatternConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PathPatternConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "PathPatternConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                                                    \n@param pathPatternConfig Information for a path pattern condition. Specify only when Field is path-pattern.", "setterMethodName" : "setPathPatternConfig", "setterModel" : { "variableDeclarationType" : "PathPatternConditionConfig", "variableName" : "pathPatternConfig", "variableType" : "PathPatternConditionConfig", "documentation" : null, "simpleType" : "PathPatternConditionConfig", "variableSetterType" : "PathPatternConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PathPatternConditionConfig", "variableName" : "pathPatternConfig", "variableType" : "PathPatternConditionConfig", "documentation" : "

                                                                                                                                                                                                                    Information for a path pattern condition. Specify only when Field is path-pattern.

                                                                                                                                                                                                                    ", "simpleType" : "PathPatternConditionConfig", "variableSetterType" : "PathPatternConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpHeaderConfig", "beanStyleSetterMethodName" : "setHttpHeaderConfig", "c2jName" : "HttpHeaderConfig", "c2jShape" : "HttpHeaderConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link HttpHeaderConditionConfig.Builder} avoiding the need to create one manually via {@link HttpHeaderConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link HttpHeaderConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #httpHeaderConfig(HttpHeaderConditionConfig)}.\n@param httpHeaderConfig a consumer that will call methods on {@link HttpHeaderConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpHeaderConfig(HttpHeaderConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                                                    \n@return Information for an HTTP header condition. Specify only when Field is http-header.\n@deprecated Use {@link #httpHeaderConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                                                    \n@param httpHeaderConfig Information for an HTTP header condition. Specify only when Field is http-header.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpHeaderConfig(HttpHeaderConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                                                    Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpHeaderConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpHeaderConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpHeaderConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                                                    \n@param httpHeaderConfig Information for an HTTP header condition. Specify only when Field is http-header.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpHeaderConfig", "getterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                                                    \n@return Information for an HTTP header condition. Specify only when Field is http-header.", "getterModel" : { "returnType" : "HttpHeaderConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpHeaderConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpHeaderConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HttpHeaderConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                                                    \n@param httpHeaderConfig Information for an HTTP header condition. Specify only when Field is http-header.", "setterMethodName" : "setHttpHeaderConfig", "setterModel" : { "variableDeclarationType" : "HttpHeaderConditionConfig", "variableName" : "httpHeaderConfig", "variableType" : "HttpHeaderConditionConfig", "documentation" : null, "simpleType" : "HttpHeaderConditionConfig", "variableSetterType" : "HttpHeaderConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HttpHeaderConditionConfig", "variableName" : "httpHeaderConfig", "variableType" : "HttpHeaderConditionConfig", "documentation" : "

                                                                                                                                                                                                                    Information for an HTTP header condition. Specify only when Field is http-header.

                                                                                                                                                                                                                    ", "simpleType" : "HttpHeaderConditionConfig", "variableSetterType" : "HttpHeaderConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryStringConfig", "beanStyleSetterMethodName" : "setQueryStringConfig", "c2jName" : "QueryStringConfig", "c2jShape" : "QueryStringConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link QueryStringConditionConfig.Builder} avoiding the need to create one manually via {@link QueryStringConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStringConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #queryStringConfig(QueryStringConditionConfig)}.\n@param queryStringConfig a consumer that will call methods on {@link QueryStringConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryStringConfig(QueryStringConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                                                    \n@return Information for a query string condition. Specify only when Field is query-string.\n@deprecated Use {@link #queryStringConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                                                    \n@param queryStringConfig Information for a query string condition. Specify only when Field is query-string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryStringConfig(QueryStringConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                                                    Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryStringConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryStringConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryStringConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                                                    \n@param queryStringConfig Information for a query string condition. Specify only when Field is query-string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryStringConfig", "getterDocumentation" : "

                                                                                                                                                                                                                    Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                                                    \n@return Information for a query string condition. Specify only when Field is query-string.", "getterModel" : { "returnType" : "QueryStringConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "QueryStringConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "QueryStringConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryStringConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                                                    \n@param queryStringConfig Information for a query string condition. Specify only when Field is query-string.", "setterMethodName" : "setQueryStringConfig", "setterModel" : { "variableDeclarationType" : "QueryStringConditionConfig", "variableName" : "queryStringConfig", "variableType" : "QueryStringConditionConfig", "documentation" : null, "simpleType" : "QueryStringConditionConfig", "variableSetterType" : "QueryStringConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStringConditionConfig", "variableName" : "queryStringConfig", "variableType" : "QueryStringConditionConfig", "documentation" : "

                                                                                                                                                                                                                    Information for a query string condition. Specify only when Field is query-string.

                                                                                                                                                                                                                    ", "simpleType" : "QueryStringConditionConfig", "variableSetterType" : "QueryStringConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHttpRequestMethodConfig", "beanStyleSetterMethodName" : "setHttpRequestMethodConfig", "c2jName" : "HttpRequestMethodConfig", "c2jShape" : "HttpRequestMethodConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link HttpRequestMethodConditionConfig.Builder} avoiding the need to create one manually via {@link HttpRequestMethodConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link HttpRequestMethodConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #httpRequestMethodConfig(HttpRequestMethodConditionConfig)}.\n@param httpRequestMethodConfig a consumer that will call methods on {@link HttpRequestMethodConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #httpRequestMethodConfig(HttpRequestMethodConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                                                    \n@return Information for an HTTP method condition. Specify only when Field is http-request-method.\n@deprecated Use {@link #httpRequestMethodConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                                                    \n@param httpRequestMethodConfig Information for an HTTP method condition. Specify only when Field is http-request-method.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #httpRequestMethodConfig(HttpRequestMethodConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                                                    Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HttpRequestMethodConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHttpRequestMethodConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "httpRequestMethodConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                                                    \n@param httpRequestMethodConfig Information for an HTTP method condition. Specify only when Field is http-request-method.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "httpRequestMethodConfig", "getterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                                                    \n@return Information for an HTTP method condition. Specify only when Field is http-request-method.", "getterModel" : { "returnType" : "HttpRequestMethodConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HttpRequestMethodConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HttpRequestMethodConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "HttpRequestMethodConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                                                    \n@param httpRequestMethodConfig Information for an HTTP method condition. Specify only when Field is http-request-method.", "setterMethodName" : "setHttpRequestMethodConfig", "setterModel" : { "variableDeclarationType" : "HttpRequestMethodConditionConfig", "variableName" : "httpRequestMethodConfig", "variableType" : "HttpRequestMethodConditionConfig", "documentation" : null, "simpleType" : "HttpRequestMethodConditionConfig", "variableSetterType" : "HttpRequestMethodConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "HttpRequestMethodConditionConfig", "variableName" : "httpRequestMethodConfig", "variableType" : "HttpRequestMethodConditionConfig", "documentation" : "

                                                                                                                                                                                                                    Information for an HTTP method condition. Specify only when Field is http-request-method.

                                                                                                                                                                                                                    ", "simpleType" : "HttpRequestMethodConditionConfig", "variableSetterType" : "HttpRequestMethodConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceIpConfig", "beanStyleSetterMethodName" : "setSourceIpConfig", "c2jName" : "SourceIpConfig", "c2jShape" : "SourceIpConditionConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link SourceIpConditionConfig.Builder} avoiding the need to create one manually via {@link SourceIpConditionConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link SourceIpConditionConfig.Builder#build()} is called immediately and its result is passed to {@link #sourceIpConfig(SourceIpConditionConfig)}.\n@param sourceIpConfig a consumer that will call methods on {@link SourceIpConditionConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIpConfig(SourceIpConditionConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                                                    \n@return Information for a source IP condition. Specify only when Field is source-ip.\n@deprecated Use {@link #sourceIpConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                                                    \n@param sourceIpConfig Information for a source IP condition. Specify only when Field is source-ip.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceIpConfig(SourceIpConditionConfig)}\n", "documentation" : "

                                                                                                                                                                                                                    Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceIpConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceIpConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceIpConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                                                    \n@param sourceIpConfig Information for a source IP condition. Specify only when Field is source-ip.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIpConfig", "getterDocumentation" : "

                                                                                                                                                                                                                    Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                                                    \n@return Information for a source IP condition. Specify only when Field is source-ip.", "getterModel" : { "returnType" : "SourceIpConditionConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceIpConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIpConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SourceIpConfig", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                                                    \n@param sourceIpConfig Information for a source IP condition. Specify only when Field is source-ip.", "setterMethodName" : "setSourceIpConfig", "setterModel" : { "variableDeclarationType" : "SourceIpConditionConfig", "variableName" : "sourceIpConfig", "variableType" : "SourceIpConditionConfig", "documentation" : null, "simpleType" : "SourceIpConditionConfig", "variableSetterType" : "SourceIpConditionConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SourceIpConditionConfig", "variableName" : "sourceIpConfig", "variableType" : "SourceIpConditionConfig", "documentation" : "

                                                                                                                                                                                                                    Information for a source IP condition. Specify only when Field is source-ip.

                                                                                                                                                                                                                    ", "simpleType" : "SourceIpConditionConfig", "variableSetterType" : "SourceIpConditionConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RuleCondition", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RuleCondition", "variableName" : "ruleCondition", "variableType" : "RuleCondition", "documentation" : null, "simpleType" : "RuleCondition", "variableSetterType" : "RuleCondition" }, "wrapper" : false, "xmlNamespace" : null }, "RuleNotFoundException" : { "c2jName" : "RuleNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The specified rule does not exist.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "RuleNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RuleNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RuleNotFoundException", "variableName" : "ruleNotFoundException", "variableType" : "RuleNotFoundException", "documentation" : null, "simpleType" : "RuleNotFoundException", "variableSetterType" : "RuleNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "RulePriorityPair" : { "c2jName" : "RulePriorityPair", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    Information about the priorities for the rules for a listener.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "RulePriority", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #priority(Integer)}.\n@param priority a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priority(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@return The rule priority.\n@deprecated Use {@link #priority()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #priority(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Priority property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriority", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "priority", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "priority", "getterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@return The rule priority.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@param priority The rule priority.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Priority" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "RulePriority", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #priority(Integer)}.\n@param priority a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priority(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@return The rule priority.\n@deprecated Use {@link #priority()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #priority(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Priority property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriority", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "priority", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "priority", "getterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@return The rule priority.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@param priority The rule priority.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RuleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRuleArn", "beanStyleSetterMethodName" : "setRuleArn", "c2jName" : "RuleArn", "c2jShape" : "RuleArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleArn(String)}.\n@param ruleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the rule.\n@deprecated Use {@link #ruleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RuleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRuleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ruleArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ruleArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RuleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RuleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RuleArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    \n@param ruleArn The Amazon Resource Name (ARN) of the rule.", "setterMethodName" : "setRuleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ruleArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the rule.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPriority", "beanStyleSetterMethodName" : "setPriority", "c2jName" : "Priority", "c2jShape" : "RulePriority", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #priority(Integer)}.\n@param priority a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #priority(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@return The rule priority.\n@deprecated Use {@link #priority()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #priority(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Priority property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPriority", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "priority", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "priority", "getterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@return The rule priority.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Priority", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Priority", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Priority", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    \n@param priority The rule priority.", "setterMethodName" : "setPriority", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "priority", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The rule priority.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RulePriorityPair", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "rulePriorityPair", "variableType" : "RulePriorityPair", "documentation" : null, "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "wrapper" : false, "xmlNamespace" : null }, "SetIpAddressTypeRequest" : { "c2jName" : "SetIpAddressTypeInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SetIpAddressType", "locationName" : null, "requestUri" : "/", "target" : "SetIpAddressType", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IpAddressType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LoadBalancerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must use ipv4.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LoadBalancerArn", "IpAddressType" ], "shapeName" : "SetIpAddressTypeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetIpAddressTypeRequest", "variableName" : "setIpAddressTypeRequest", "variableType" : "SetIpAddressTypeRequest", "documentation" : null, "simpleType" : "SetIpAddressTypeRequest", "variableSetterType" : "SetIpAddressTypeRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetIpAddressTypeResponse" : { "c2jName" : "SetIpAddressTypeOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type.\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type.\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IpAddressType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type.\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type.\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType\n@deprecated Use {@link #ipAddressType(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "IpAddressType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddressType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddressType", "fluentEnumGetterMethodName" : "ipAddressType", "fluentEnumSetterMethodName" : "ipAddressType", "fluentGetterMethodName" : "ipAddressTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType", "fluentSetterMethodName" : "ipAddressType", "getterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The IP address type.\n@see IpAddressType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddressType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddressType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddressType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    \n@param ipAddressType The IP address type.\n@see IpAddressType", "setterMethodName" : "setIpAddressType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddressType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The IP address type.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetIpAddressTypeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetIpAddressTypeResult" }, "variable" : { "variableDeclarationType" : "SetIpAddressTypeResponse", "variableName" : "setIpAddressTypeResponse", "variableType" : "SetIpAddressTypeResponse", "documentation" : null, "simpleType" : "SetIpAddressTypeResponse", "variableSetterType" : "SetIpAddressTypeResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SetRulePrioritiesRequest" : { "c2jName" : "SetRulePrioritiesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SetRulePriorities", "locationName" : null, "requestUri" : "/", "target" : "SetRulePriorities", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRulePriorities", "beanStyleSetterMethodName" : "setRulePriorities", "c2jName" : "RulePriorities", "c2jShape" : "RulePriorityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rulePriorities(List)}.\n@param rulePriorities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rulePriorities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRulePriorities()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The rule priorities.\n@deprecated Use {@link #rulePriorities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n@param rulePriorities The rule priorities.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rulePriorities(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RulePriorities property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRulePriorities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rulePriorities", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n@param rulePriorities The rule priorities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rulePriorities", "getterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRulePriorities()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The rule priorities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RulePriorities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RulePriorities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RulePriorityPair", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RulePriorityPair.Builder} avoiding the need to create one manually via {@link RulePriorityPair#builder()}.\n\nWhen the {@link Consumer} completes, {@link RulePriorityPair.Builder#build()} is called immediately and its result is passed to {@link #member(RulePriorityPair)}.\n@param member a consumer that will call methods on {@link RulePriorityPair.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RulePriorityPair)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RulePriorityPair)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RulePriorityPair", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "member", "variableType" : "RulePriorityPair", "documentation" : null, "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "member", "variableType" : "RulePriorityPair", "documentation" : "", "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RulePriorityPair", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RulePriorityPair", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RulePriorities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n@param rulePriorities The rule priorities.", "setterMethodName" : "setRulePriorities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rulePriorities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rulePriorities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RulePriorities" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRulePriorities", "beanStyleSetterMethodName" : "setRulePriorities", "c2jName" : "RulePriorities", "c2jShape" : "RulePriorityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rulePriorities(List)}.\n@param rulePriorities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rulePriorities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRulePriorities()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The rule priorities.\n@deprecated Use {@link #rulePriorities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n@param rulePriorities The rule priorities.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rulePriorities(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RulePriorities property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRulePriorities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rulePriorities", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n@param rulePriorities The rule priorities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rulePriorities", "getterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRulePriorities()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The rule priorities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RulePriorities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RulePriorities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RulePriorityPair", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RulePriorityPair.Builder} avoiding the need to create one manually via {@link RulePriorityPair#builder()}.\n\nWhen the {@link Consumer} completes, {@link RulePriorityPair.Builder#build()} is called immediately and its result is passed to {@link #member(RulePriorityPair)}.\n@param member a consumer that will call methods on {@link RulePriorityPair.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RulePriorityPair)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RulePriorityPair)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RulePriorityPair", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "member", "variableType" : "RulePriorityPair", "documentation" : null, "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "member", "variableType" : "RulePriorityPair", "documentation" : "", "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RulePriorityPair", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RulePriorityPair", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RulePriorities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n@param rulePriorities The rule priorities.", "setterMethodName" : "setRulePriorities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rulePriorities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rulePriorities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRulePriorities", "beanStyleSetterMethodName" : "setRulePriorities", "c2jName" : "RulePriorities", "c2jShape" : "RulePriorityList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rulePriorities(List)}.\n@param rulePriorities a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rulePriorities(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRulePriorities()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The rule priorities.\n@deprecated Use {@link #rulePriorities()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n@param rulePriorities The rule priorities.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rulePriorities(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RulePriorities property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRulePriorities", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rulePriorities", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n@param rulePriorities The rule priorities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rulePriorities", "getterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRulePriorities()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The rule priorities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RulePriorities", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RulePriorities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "RulePriorityPair", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link RulePriorityPair.Builder} avoiding the need to create one manually via {@link RulePriorityPair#builder()}.\n\nWhen the {@link Consumer} completes, {@link RulePriorityPair.Builder#build()} is called immediately and its result is passed to {@link #member(RulePriorityPair)}.\n@param member a consumer that will call methods on {@link RulePriorityPair.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(RulePriorityPair)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(RulePriorityPair)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "RulePriorityPair", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "member", "variableType" : "RulePriorityPair", "documentation" : null, "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RulePriorityPair", "variableName" : "member", "variableType" : "RulePriorityPair", "documentation" : "", "simpleType" : "RulePriorityPair", "variableSetterType" : "RulePriorityPair" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "RulePriorityPair", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "RulePriorityPair", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "RulePriorities", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    \n@param rulePriorities The rule priorities.", "setterMethodName" : "setRulePriorities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rulePriorities", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rulePriorities", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The rule priorities.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RulePriorities" ], "shapeName" : "SetRulePrioritiesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetRulePrioritiesRequest", "variableName" : "setRulePrioritiesRequest", "variableType" : "SetRulePrioritiesRequest", "documentation" : null, "simpleType" : "SetRulePrioritiesRequest", "variableSetterType" : "SetRulePrioritiesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetRulePrioritiesResponse" : { "c2jName" : "SetRulePrioritiesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the rules.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the rules.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n@param rules Information about the rules.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Rules" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the rules.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the rules.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n@param rules Information about the rules.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getRules", "beanStyleSetterMethodName" : "setRules", "c2jName" : "Rules", "c2jShape" : "Rules", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the rules.\n@deprecated Use {@link #rules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n", "documentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rules", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rules", "getterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasRules()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the rules.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rules", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Rule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Rule.Builder} avoiding the need to create one manually via {@link Rule#builder()}.\n\nWhen the {@link Consumer} completes, {@link Rule.Builder#build()} is called immediately and its result is passed to {@link #member(Rule)}.\n@param member a consumer that will call methods on {@link Rule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Rule)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Rule)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Rule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : null, "simpleType" : "Rule", "variableSetterType" : "Rule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Rule", "variableName" : "member", "variableType" : "Rule", "documentation" : "", "simpleType" : "Rule", "variableSetterType" : "Rule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Rule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Rule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Rules", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    \n@param rules Information about the rules.", "setterMethodName" : "setRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "rules", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    Information about the rules.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetRulePrioritiesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetRulePrioritiesResult" }, "variable" : { "variableDeclarationType" : "SetRulePrioritiesResponse", "variableName" : "setRulePrioritiesResponse", "variableType" : "SetRulePrioritiesResponse", "documentation" : null, "simpleType" : "SetRulePrioritiesResponse", "variableSetterType" : "SetRulePrioritiesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SetSecurityGroupsRequest" : { "c2jName" : "SetSecurityGroupsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SetSecurityGroups", "locationName" : null, "requestUri" : "/", "target" : "SetSecurityGroups", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroups(List)}.\n@param securityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the security groups.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n@param securityGroups The IDs of the security groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n@param securityGroups The IDs of the security groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the security groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n@param securityGroups The IDs of the security groups.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SecurityGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroups(List)}.\n@param securityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the security groups.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n@param securityGroups The IDs of the security groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n@param securityGroups The IDs of the security groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the security groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n@param securityGroups The IDs of the security groups.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroups", "beanStyleSetterMethodName" : "setSecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroups(List)}.\n@param securityGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the security groups.\n@deprecated Use {@link #securityGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n@param securityGroups The IDs of the security groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroups(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroups", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n@param securityGroups The IDs of the security groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroups", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroups()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the security groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroups", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    \n@param securityGroups The IDs of the security groups.", "setterMethodName" : "setSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroups", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LoadBalancerArn", "SecurityGroups" ], "shapeName" : "SetSecurityGroupsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetSecurityGroupsRequest", "variableName" : "setSecurityGroupsRequest", "variableType" : "SetSecurityGroupsRequest", "documentation" : null, "simpleType" : "SetSecurityGroupsRequest", "variableSetterType" : "SetSecurityGroupsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetSecurityGroupsResponse" : { "c2jName" : "SetSecurityGroupsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the security groups associated with the load balancer.\n@deprecated Use {@link #securityGroupIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n@param securityGroupIds The IDs of the security groups associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIds(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n@param securityGroupIds The IDs of the security groups associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return 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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n@param securityGroupIds The IDs of the security groups associated with the load balancer.", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SecurityGroupIds" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the security groups associated with the load balancer.\n@deprecated Use {@link #securityGroupIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n@param securityGroupIds The IDs of the security groups associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIds(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n@param securityGroupIds The IDs of the security groups associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return 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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n@param securityGroupIds The IDs of the security groups associated with the load balancer.", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSecurityGroupIds", "beanStyleSetterMethodName" : "setSecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroups", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #securityGroupIds(List)}.\n@param securityGroupIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroupIds(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the security groups associated with the load balancer.\n@deprecated Use {@link #securityGroupIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n@param securityGroupIds The IDs of the security groups associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroupIds(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroupIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroupIds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n@param securityGroupIds The IDs of the security groups associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroupIds", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSecurityGroupIds()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return 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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SecurityGroupId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SecurityGroupIds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    \n@param securityGroupIds The IDs of the security groups associated with the load balancer.", "setterMethodName" : "setSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the security groups associated with the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetSecurityGroupsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetSecurityGroupsResult" }, "variable" : { "variableDeclarationType" : "SetSecurityGroupsResponse", "variableName" : "setSecurityGroupsResponse", "variableType" : "SetSecurityGroupsResponse", "documentation" : null, "simpleType" : "SetSecurityGroupsResponse", "variableSetterType" : "SetSecurityGroupsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SetSubnetsRequest" : { "c2jName" : "SetSubnetsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "SetSubnets", "locationName" : null, "requestUri" : "/", "target" : "SetSubnets", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnets(List)}.\n@param subnets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.\n@deprecated Use {@link #subnets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n@param subnets The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnets(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnets", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n@param subnets The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subnets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n@param subnets The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetMappings", "beanStyleSetterMethodName" : "setSubnetMappings", "c2jName" : "SubnetMappings", "c2jShape" : "SubnetMappings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnetMappings(List)}.\n@param subnetMappings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetMappings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnetMappings()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@deprecated Use {@link #subnetMappings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetMappings(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetMappings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetMappings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetMappings", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnetMappings()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetMappings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetMapping", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubnetMapping.Builder} avoiding the need to create one manually via {@link SubnetMapping#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubnetMapping.Builder#build()} is called immediately and its result is passed to {@link #member(SubnetMapping)}.\n@param member a consumer that will call methods on {@link SubnetMapping.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubnetMapping)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubnetMapping)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubnetMapping", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : null, "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : "", "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubnetMapping", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubnetMapping", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetMappings", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "setterMethodName" : "setSubnetMappings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LoadBalancerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetMappings" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetMappings", "beanStyleSetterMethodName" : "setSubnetMappings", "c2jName" : "SubnetMappings", "c2jShape" : "SubnetMappings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnetMappings(List)}.\n@param subnetMappings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetMappings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnetMappings()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@deprecated Use {@link #subnetMappings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetMappings(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetMappings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetMappings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetMappings", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnetMappings()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetMappings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetMapping", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubnetMapping.Builder} avoiding the need to create one manually via {@link SubnetMapping#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubnetMapping.Builder#build()} is called immediately and its result is passed to {@link #member(SubnetMapping)}.\n@param member a consumer that will call methods on {@link SubnetMapping.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubnetMapping)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubnetMapping)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubnetMapping", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : null, "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : "", "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubnetMapping", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubnetMapping", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetMappings", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "setterMethodName" : "setSubnetMappings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Subnets" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnets(List)}.\n@param subnets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.\n@deprecated Use {@link #subnets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n@param subnets The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnets(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnets", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n@param subnets The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subnets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n@param subnets The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLoadBalancerArn", "beanStyleSetterMethodName" : "setLoadBalancerArn", "c2jName" : "LoadBalancerArn", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArn(String)}.\n@param loadBalancerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.\n@deprecated Use {@link #loadBalancerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LoadBalancerArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    \n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.", "setterMethodName" : "setLoadBalancerArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "loadBalancerArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "Subnets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnets(List)}.\n@param subnets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.\n@deprecated Use {@link #subnets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n@param subnets The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnets(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnets", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnets", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n@param subnets The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnets()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subnets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subnets", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    \n@param subnets The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubnetMappings", "beanStyleSetterMethodName" : "setSubnetMappings", "c2jName" : "SubnetMappings", "c2jShape" : "SubnetMappings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subnetMappings(List)}.\n@param subnetMappings a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetMappings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnetMappings()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@deprecated Use {@link #subnetMappings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetMappings(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetMappings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetMappings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetMappings", "getterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSubnetMappings()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetMappings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubnetMapping", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubnetMapping.Builder} avoiding the need to create one manually via {@link SubnetMapping#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubnetMapping.Builder#build()} is called immediately and its result is passed to {@link #member(SubnetMapping)}.\n@param member a consumer that will call methods on {@link SubnetMapping.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubnetMapping)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubnetMapping)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubnetMapping", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : null, "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "member", "variableType" : "SubnetMapping", "documentation" : "", "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubnetMapping", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubnetMapping", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubnetMappings", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    \n@param subnetMappings The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.", "setterMethodName" : "setSubnetMappings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetMappings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.

                                                                                                                                                                                                                    [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.

                                                                                                                                                                                                                    [Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "LoadBalancerArn" ], "shapeName" : "SetSubnetsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SetSubnetsRequest", "variableName" : "setSubnetsRequest", "variableType" : "SetSubnetsRequest", "documentation" : null, "simpleType" : "SetSubnetsRequest", "variableSetterType" : "SetSubnetsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "SetSubnetsResponse" : { "c2jName" : "SetSubnetsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #availabilityZones(List)}.\n@param availabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZones(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the subnet and Availability Zone.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the subnet and Availability Zone.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #member(AvailabilityZone)}.\n@param member a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AvailabilityZone)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AvailabilityZone)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AvailabilityZone", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n@param availabilityZones Information about the subnet and Availability Zone.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZones" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #availabilityZones(List)}.\n@param availabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZones(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the subnet and Availability Zone.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the subnet and Availability Zone.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #member(AvailabilityZone)}.\n@param member a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AvailabilityZone)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AvailabilityZone)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AvailabilityZone", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n@param availabilityZones Information about the subnet and Availability Zone.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAvailabilityZones", "beanStyleSetterMethodName" : "setAvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #availabilityZones(List)}.\n@param availabilityZones a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZones(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the subnet and Availability Zone.\n@deprecated Use {@link #availabilityZones()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n", "documentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZones", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZones", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZones", "getterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the subnet and Availability Zone.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZones", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZones", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #member(AvailabilityZone)}.\n@param member a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AvailabilityZone)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AvailabilityZone)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "member", "variableType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AvailabilityZone", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AvailabilityZone", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AvailabilityZones", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    \n@param availabilityZones Information about the subnet and Availability Zone.", "setterMethodName" : "setAvailabilityZones", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availabilityZones", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    Information about the subnet and Availability Zone.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SetSubnetsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : "SetSubnetsResult" }, "variable" : { "variableDeclarationType" : "SetSubnetsResponse", "variableName" : "setSubnetsResponse", "variableType" : "SetSubnetsResponse", "documentation" : null, "simpleType" : "SetSubnetsResponse", "variableSetterType" : "SetSubnetsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SourceIpConditionConfig" : { "c2jName" : "SourceIpConditionConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    Information about a source IP condition.

                                                                                                                                                                                                                    You can use this condition to route based on the IP address of the source that connects to the load balancer. If a client is behind a proxy, this is the IP address of the proxy not the IP address of the client.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n@param values One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n@param values One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n@param values One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Values" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n@param values One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n@param values One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n@param values One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "ListOfString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.\n@deprecated Use {@link #values()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n@param values One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n", "documentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n@param values One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasValues()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Values", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StringValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Values", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    \n@param values One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported.

                                                                                                                                                                                                                    If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SourceIpConditionConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SourceIpConditionConfig", "variableName" : "sourceIpConditionConfig", "variableType" : "SourceIpConditionConfig", "documentation" : null, "simpleType" : "SourceIpConditionConfig", "variableSetterType" : "SourceIpConditionConfig" }, "wrapper" : false, "xmlNamespace" : null }, "SslPolicy" : { "c2jName" : "SslPolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    Information about a policy used for SSL negotiation.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSslProtocols", "beanStyleSetterMethodName" : "setSslProtocols", "c2jName" : "SslProtocols", "c2jShape" : "SslProtocols", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sslProtocols(List)}.\n@param sslProtocols a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslProtocols(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSslProtocols()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The protocols.\n@deprecated Use {@link #sslProtocols()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n@param sslProtocols The protocols.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslProtocols(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslProtocols property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslProtocols", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslProtocols", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n@param sslProtocols The protocols.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslProtocols", "getterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSslProtocols()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The protocols.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslProtocols", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslProtocols", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslProtocol", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SslProtocols", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n@param sslProtocols The protocols.", "setterMethodName" : "setSslProtocols", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslProtocols", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslProtocols", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCiphers", "beanStyleSetterMethodName" : "setCiphers", "c2jName" : "Ciphers", "c2jShape" : "Ciphers", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ciphers(List)}.\n@param ciphers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ciphers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasCiphers()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The ciphers.\n@deprecated Use {@link #ciphers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n@param ciphers The ciphers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ciphers(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ciphers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCiphers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ciphers", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n@param ciphers The ciphers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ciphers", "getterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasCiphers()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The ciphers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Ciphers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Ciphers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Cipher", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Cipher.Builder} avoiding the need to create one manually via {@link Cipher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Cipher.Builder#build()} is called immediately and its result is passed to {@link #member(Cipher)}.\n@param member a consumer that will call methods on {@link Cipher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Cipher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Cipher)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Cipher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Cipher", "variableName" : "member", "variableType" : "Cipher", "documentation" : null, "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cipher", "variableName" : "member", "variableType" : "Cipher", "documentation" : "", "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Cipher", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Cipher", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Ciphers", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n@param ciphers The ciphers.", "setterMethodName" : "setCiphers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ciphers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ciphers", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@return The name of the policy.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@param name The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@param name The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@param name The name of the policy.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Ciphers" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCiphers", "beanStyleSetterMethodName" : "setCiphers", "c2jName" : "Ciphers", "c2jShape" : "Ciphers", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ciphers(List)}.\n@param ciphers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ciphers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasCiphers()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The ciphers.\n@deprecated Use {@link #ciphers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n@param ciphers The ciphers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ciphers(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ciphers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCiphers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ciphers", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n@param ciphers The ciphers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ciphers", "getterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasCiphers()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The ciphers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Ciphers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Ciphers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Cipher", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Cipher.Builder} avoiding the need to create one manually via {@link Cipher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Cipher.Builder#build()} is called immediately and its result is passed to {@link #member(Cipher)}.\n@param member a consumer that will call methods on {@link Cipher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Cipher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Cipher)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Cipher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Cipher", "variableName" : "member", "variableType" : "Cipher", "documentation" : null, "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cipher", "variableName" : "member", "variableType" : "Cipher", "documentation" : "", "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Cipher", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Cipher", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Ciphers", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n@param ciphers The ciphers.", "setterMethodName" : "setCiphers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ciphers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ciphers", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@return The name of the policy.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@param name The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@param name The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@param name The name of the policy.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SslProtocols" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSslProtocols", "beanStyleSetterMethodName" : "setSslProtocols", "c2jName" : "SslProtocols", "c2jShape" : "SslProtocols", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sslProtocols(List)}.\n@param sslProtocols a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslProtocols(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSslProtocols()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The protocols.\n@deprecated Use {@link #sslProtocols()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n@param sslProtocols The protocols.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslProtocols(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslProtocols property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslProtocols", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslProtocols", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n@param sslProtocols The protocols.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslProtocols", "getterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSslProtocols()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The protocols.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslProtocols", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslProtocols", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslProtocol", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SslProtocols", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n@param sslProtocols The protocols.", "setterMethodName" : "setSslProtocols", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslProtocols", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslProtocols", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSslProtocols", "beanStyleSetterMethodName" : "setSslProtocols", "c2jName" : "SslProtocols", "c2jShape" : "SslProtocols", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #sslProtocols(List)}.\n@param sslProtocols a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslProtocols(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSslProtocols()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The protocols.\n@deprecated Use {@link #sslProtocols()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n@param sslProtocols The protocols.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sslProtocols(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SslProtocols property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSslProtocols", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sslProtocols", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n@param sslProtocols The protocols.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sslProtocols", "getterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasSslProtocols()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The protocols.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslProtocols", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SslProtocols", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SslProtocol", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SslProtocols", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    \n@param sslProtocols The protocols.", "setterMethodName" : "setSslProtocols", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslProtocols", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sslProtocols", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The protocols.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCiphers", "beanStyleSetterMethodName" : "setCiphers", "c2jName" : "Ciphers", "c2jShape" : "Ciphers", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ciphers(List)}.\n@param ciphers a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ciphers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasCiphers()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The ciphers.\n@deprecated Use {@link #ciphers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n@param ciphers The ciphers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ciphers(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ciphers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCiphers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ciphers", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n@param ciphers The ciphers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ciphers", "getterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasCiphers()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The ciphers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Ciphers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Ciphers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Cipher", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Cipher.Builder} avoiding the need to create one manually via {@link Cipher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Cipher.Builder#build()} is called immediately and its result is passed to {@link #member(Cipher)}.\n@param member a consumer that will call methods on {@link Cipher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Cipher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Cipher)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Cipher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Cipher", "variableName" : "member", "variableType" : "Cipher", "documentation" : null, "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Cipher", "variableName" : "member", "variableType" : "Cipher", "documentation" : "", "simpleType" : "Cipher", "variableSetterType" : "Cipher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Cipher", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Cipher", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Ciphers", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    \n@param ciphers The ciphers.", "setterMethodName" : "setCiphers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ciphers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ciphers", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The ciphers.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "SslPolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@return The name of the policy.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@param name The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@param name The name of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    \n@param name The name of the policy.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The name of the policy.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SslPolicy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SslPolicy", "variableName" : "sslPolicy", "variableType" : "SslPolicy", "documentation" : null, "simpleType" : "SslPolicy", "variableSetterType" : "SslPolicy" }, "wrapper" : false, "xmlNamespace" : null }, "SslPolicyNotFoundException" : { "c2jName" : "SSLPolicyNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The specified SSL policy does not exist.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SSLPolicyNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SslPolicyNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SslPolicyNotFoundException", "variableName" : "sslPolicyNotFoundException", "variableType" : "SslPolicyNotFoundException", "documentation" : null, "simpleType" : "SslPolicyNotFoundException", "variableSetterType" : "SslPolicyNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "SubnetMapping" : { "c2jName" : "SubnetMapping", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    Information about a subnet mapping.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetId", "beanStyleSetterMethodName" : "setSubnetId", "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetId(String)}.\n@param subnetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@return The ID of the subnet.\n@deprecated Use {@link #subnetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetId(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetId", "getterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@return The ID of the subnet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@param subnetId The ID of the subnet.", "setterMethodName" : "setSubnetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllocationId", "beanStyleSetterMethodName" : "setAllocationId", "c2jName" : "AllocationId", "c2jShape" : "AllocationId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #allocationId(String)}.\n@param allocationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allocationId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.\n@deprecated Use {@link #allocationId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allocationId(String)}\n", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllocationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllocationId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allocationId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocationId", "getterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllocationId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocationId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllocationId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.", "setterMethodName" : "setAllocationId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrivateIPv4Address", "beanStyleSetterMethodName" : "setPrivateIPv4Address", "c2jName" : "PrivateIPv4Address", "c2jShape" : "PrivateIPv4Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #privateIPv4Address(String)}.\n@param privateIPv4Address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateIPv4Address(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@deprecated Use {@link #privateIPv4Address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #privateIPv4Address(String)}\n", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PrivateIPv4Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrivateIPv4Address", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateIPv4Address", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateIPv4Address", "getterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateIPv4Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateIPv4Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrivateIPv4Address", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.", "setterMethodName" : "setPrivateIPv4Address", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllocationId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllocationId", "beanStyleSetterMethodName" : "setAllocationId", "c2jName" : "AllocationId", "c2jShape" : "AllocationId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #allocationId(String)}.\n@param allocationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allocationId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.\n@deprecated Use {@link #allocationId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allocationId(String)}\n", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllocationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllocationId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allocationId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocationId", "getterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllocationId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocationId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllocationId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.", "setterMethodName" : "setAllocationId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PrivateIPv4Address" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrivateIPv4Address", "beanStyleSetterMethodName" : "setPrivateIPv4Address", "c2jName" : "PrivateIPv4Address", "c2jShape" : "PrivateIPv4Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #privateIPv4Address(String)}.\n@param privateIPv4Address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateIPv4Address(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@deprecated Use {@link #privateIPv4Address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #privateIPv4Address(String)}\n", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PrivateIPv4Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrivateIPv4Address", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateIPv4Address", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateIPv4Address", "getterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateIPv4Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateIPv4Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrivateIPv4Address", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.", "setterMethodName" : "setPrivateIPv4Address", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubnetId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetId", "beanStyleSetterMethodName" : "setSubnetId", "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetId(String)}.\n@param subnetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@return The ID of the subnet.\n@deprecated Use {@link #subnetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetId(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetId", "getterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@return The ID of the subnet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@param subnetId The ID of the subnet.", "setterMethodName" : "setSubnetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnetId", "beanStyleSetterMethodName" : "setSubnetId", "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetId(String)}.\n@param subnetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@return The ID of the subnet.\n@deprecated Use {@link #subnetId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnetId(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubnetId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnetId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetId", "getterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@return The ID of the subnet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubnetId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    \n@param subnetId The ID of the subnet.", "setterMethodName" : "setSubnetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The ID of the subnet.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllocationId", "beanStyleSetterMethodName" : "setAllocationId", "c2jName" : "AllocationId", "c2jShape" : "AllocationId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #allocationId(String)}.\n@param allocationId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allocationId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.\n@deprecated Use {@link #allocationId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allocationId(String)}\n", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllocationId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllocationId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allocationId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocationId", "getterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllocationId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllocationId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AllocationId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    \n@param allocationId [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.", "setterMethodName" : "setAllocationId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "allocationId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrivateIPv4Address", "beanStyleSetterMethodName" : "setPrivateIPv4Address", "c2jName" : "PrivateIPv4Address", "c2jShape" : "PrivateIPv4Address", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #privateIPv4Address(String)}.\n@param privateIPv4Address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateIPv4Address(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@deprecated Use {@link #privateIPv4Address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #privateIPv4Address(String)}\n", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PrivateIPv4Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPrivateIPv4Address", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateIPv4Address", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateIPv4Address", "getterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@return [Network Load Balancers] The private IPv4 address for an internal load balancer.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateIPv4Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateIPv4Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrivateIPv4Address", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    \n@param privateIPv4Address [Network Load Balancers] The private IPv4 address for an internal load balancer.", "setterMethodName" : "setPrivateIPv4Address", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "privateIPv4Address", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    [Network Load Balancers] The private IPv4 address for an internal load balancer.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SubnetMapping", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SubnetMapping", "variableName" : "subnetMapping", "variableType" : "SubnetMapping", "documentation" : null, "simpleType" : "SubnetMapping", "variableSetterType" : "SubnetMapping" }, "wrapper" : false, "xmlNamespace" : null }, "SubnetNotFoundException" : { "c2jName" : "SubnetNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The specified subnet does not exist.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "SubnetNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SubnetNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubnetNotFoundException", "variableName" : "subnetNotFoundException", "variableType" : "SubnetNotFoundException", "documentation" : null, "simpleType" : "SubnetNotFoundException", "variableSetterType" : "SubnetNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    Information about a tag.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    \n@return The key of the tag.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    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.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The key 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.", "fluentSetterMethodName" : "key", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    \n@param key The key of the tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \n@return The value of the tag.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    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.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \n@param value The value of the tag.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    \n@return The key of the tag.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    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.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The key 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.", "fluentSetterMethodName" : "key", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    \n@param key The key of the tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \n@return The value of the tag.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    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.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \n@param value The value of the tag.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    \n@return The key of the tag.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    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.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The key 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.", "fluentSetterMethodName" : "key", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    \n@param key The key of the tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The key of the tag.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \n@return The value of the tag.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    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.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    \n@param value The value of the tag.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The value of the tag.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Key" ], "shapeName" : "Tag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false, "xmlNamespace" : null }, "TagDescription" : { "c2jName" : "TagDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The tags associated with a resource.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the tags.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n@param tags Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n@param tags Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the tags.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n@param tags Information about the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the tags.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n@param tags Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n@param tags Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the tags.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n@param tags Information about the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    \n@param resourceArn The Amazon Resource Name (ARN) of the resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the resource.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the tags.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n@param tags Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n@param tags Information about the tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return Information about the tags.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    \n@param tags Information about the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    Information about the tags.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagDescription", "variableName" : "tagDescription", "variableType" : "TagDescription", "documentation" : null, "simpleType" : "TagDescription", "variableSetterType" : "TagDescription" }, "wrapper" : false, "xmlNamespace" : null }, "TargetDescription" : { "c2jName" : "TargetDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    Information about a target.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "TargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@return The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@param id The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@param id The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@return The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@param id The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the target is listening. Not used if the target is a Lambda function.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the target is listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the target is listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the target is listening. Not used if the target is a Lambda function.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the target is listening. Not used if the target is a Lambda function.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "ZoneName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #availabilityZone(String)}.\n@param availabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZone(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@return An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.\n@deprecated Use {@link #availabilityZone()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@param availabilityZone An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZone(String)}\n", "documentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZone", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@param availabilityZone An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@return An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@param availabilityZone An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AvailabilityZone" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "ZoneName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #availabilityZone(String)}.\n@param availabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZone(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@return An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.\n@deprecated Use {@link #availabilityZone()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@param availabilityZone An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZone(String)}\n", "documentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZone", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@param availabilityZone An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@return An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@param availabilityZone An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "TargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@return The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@param id The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@param id The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@return The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@param id The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Port" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the target is listening. Not used if the target is a Lambda function.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the target is listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the target is listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the target is listening. Not used if the target is a Lambda function.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the target is listening. Not used if the target is a Lambda function.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "TargetId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@return The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@param id The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@param id The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@return The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    \n@param id The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The ID of the target. If the target type of the target group is instance, specify an instance ID. If the target type is ip, specify an IP address. If the target type is lambda, specify the ARN of the Lambda function.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the target is listening. Not used if the target is a Lambda function.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the target is listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the target is listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the target is listening. Not used if the target is a Lambda function.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the target is listening. Not used if the target is a Lambda function.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The port on which the target is listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "ZoneName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #availabilityZone(String)}.\n@param availabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZone(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@return An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.\n@deprecated Use {@link #availabilityZone()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@param availabilityZone An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZone(String)}\n", "documentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AvailabilityZone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAvailabilityZone", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@param availabilityZone An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@return An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AvailabilityZone", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    \n@param availabilityZone An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.

                                                                                                                                                                                                                    This parameter is not supported if the target type of the target group is instance.

                                                                                                                                                                                                                    If the target type is ip and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.

                                                                                                                                                                                                                    With an Application Load Balancer, if the target type is ip and the IP address is outside the VPC for the target group, the only supported value is all.

                                                                                                                                                                                                                    If the target type is lambda, this parameter is optional and the only supported value is all.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "TargetDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "targetDescription", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "wrapper" : false, "xmlNamespace" : null }, "TargetGroup" : { "c2jName" : "TargetGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    Information about a target group.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupName", "beanStyleSetterMethodName" : "setTargetGroupName", "c2jName" : "TargetGroupName", "c2jShape" : "TargetGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupName(String)}.\n@param targetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@return The name of the target group.\n@deprecated Use {@link #targetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@param targetGroupName The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupName(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@param targetGroupName The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@return The name of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@param targetGroupName The name of the target group.", "setterMethodName" : "setTargetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the targets are listening. Not used if the target is a Lambda function.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the targets are listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the targets are listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the targets are listening. Not used if the target is a Lambda function.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the targets are listening. Not used if the target is a Lambda function.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@return The ID of the VPC for the targets.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@param vpcId The ID of the VPC for the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@param vpcId The ID of the VPC for the targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@return The ID of the VPC for the targets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@param vpcId The ID of the VPC for the targets.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use to connect with the target.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckProtocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckProtocol", "fluentEnumGetterMethodName" : "healthCheckProtocol", "fluentEnumSetterMethodName" : "healthCheckProtocol", "fluentGetterMethodName" : "healthCheckProtocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use to connect with the target.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckProtocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum", "setterMethodName" : "setHealthCheckProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@return The port to use to connect with the target.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@return The port to use to connect with the target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckPort The port to use to connect with the target.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckEnabled", "beanStyleSetterMethodName" : "setHealthCheckEnabled", "c2jName" : "HealthCheckEnabled", "c2jShape" : "HealthCheckEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #healthCheckEnabled(Boolean)}.\n@param healthCheckEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@return Indicates whether health checks are enabled.\n@deprecated Use {@link #healthCheckEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckEnabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@return Indicates whether health checks are enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HealthCheckEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@param healthCheckEnabled Indicates whether health checks are enabled.", "setterMethodName" : "setHealthCheckEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@return The approximate amount of time, in seconds, between health checks of an individual target.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckIntervalSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckIntervalSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckIntervalSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckIntervalSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@return The approximate amount of time, in seconds, between health checks of an individual target.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckIntervalSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.", "setterMethodName" : "setHealthCheckIntervalSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckTimeoutSeconds", "beanStyleSetterMethodName" : "setHealthCheckTimeoutSeconds", "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckTimeoutSeconds(Integer)}.\n@param healthCheckTimeoutSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckTimeoutSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@return The amount of time, in seconds, during which no response means a failed health check.\n@deprecated Use {@link #healthCheckTimeoutSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckTimeoutSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckTimeoutSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckTimeoutSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckTimeoutSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckTimeoutSeconds", "getterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@return The amount of time, in seconds, during which no response means a failed health check.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckTimeoutSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.", "setterMethodName" : "setHealthCheckTimeoutSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthyThresholdCount", "beanStyleSetterMethodName" : "setHealthyThresholdCount", "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthyThresholdCount(Integer)}.\n@param healthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@deprecated Use {@link #healthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.", "setterMethodName" : "setHealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnhealthyThresholdCount", "beanStyleSetterMethodName" : "setUnhealthyThresholdCount", "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #unhealthyThresholdCount(Integer)}.\n@param unhealthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unhealthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health check failures required before considering the target unhealthy.\n@deprecated Use {@link #unhealthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unhealthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UnhealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUnhealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unhealthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unhealthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health check failures required before considering the target unhealthy.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UnhealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.", "setterMethodName" : "setUnhealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@return The destination for the health check request.\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@param healthCheckPath The destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@param healthCheckPath The destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@return The destination for the health check request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@param healthCheckPath The destination for the health check request.", "setterMethodName" : "setHealthCheckPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMatcher", "beanStyleSetterMethodName" : "setMatcher", "c2jName" : "Matcher", "c2jShape" : "Matcher", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Matcher.Builder} avoiding the need to create one manually via {@link Matcher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Matcher.Builder#build()} is called immediately and its result is passed to {@link #matcher(Matcher)}.\n@param matcher a consumer that will call methods on {@link Matcher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matcher(Matcher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@return The HTTP codes to use when checking for a successful response from a target.\n@deprecated Use {@link #matcher()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matcher(Matcher)}\n", "documentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matcher property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatcher", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matcher", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matcher", "getterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@return The HTTP codes to use when checking for a successful response from a target.", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Matcher", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Matcher", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@param matcher The HTTP codes to use when checking for a successful response from a target.", "setterMethodName" : "setMatcher", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : null, "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancerArns", "beanStyleSetterMethodName" : "setLoadBalancerArns", "c2jName" : "LoadBalancerArns", "c2jShape" : "LoadBalancerArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArns(List)}.\n@param loadBalancerArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@deprecated Use {@link #loadBalancerArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArns(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArns", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArns", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancerArns", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.", "setterMethodName" : "setLoadBalancerArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetTypeAsString", "beanStyleSetterMethodName" : "setTargetType", "c2jName" : "TargetType", "c2jShape" : "TargetTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetTypeAsString(String)}.\n@param targetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum\n@deprecated Use {@link #targetTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n@param targetType The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum\n@deprecated Use {@link #targetType(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "TargetTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetType", "fluentEnumGetterMethodName" : "targetType", "fluentEnumSetterMethodName" : "targetType", "fluentGetterMethodName" : "targetTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n@param targetType The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum", "fluentSetterMethodName" : "targetType", "getterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n@param targetType The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum", "setterMethodName" : "setTargetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckEnabled", "beanStyleSetterMethodName" : "setHealthCheckEnabled", "c2jName" : "HealthCheckEnabled", "c2jShape" : "HealthCheckEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #healthCheckEnabled(Boolean)}.\n@param healthCheckEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@return Indicates whether health checks are enabled.\n@deprecated Use {@link #healthCheckEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckEnabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@return Indicates whether health checks are enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HealthCheckEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@param healthCheckEnabled Indicates whether health checks are enabled.", "setterMethodName" : "setHealthCheckEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckIntervalSeconds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@return The approximate amount of time, in seconds, between health checks of an individual target.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckIntervalSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckIntervalSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckIntervalSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckIntervalSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@return The approximate amount of time, in seconds, between health checks of an individual target.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckIntervalSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.", "setterMethodName" : "setHealthCheckIntervalSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPath" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@return The destination for the health check request.\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@param healthCheckPath The destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@param healthCheckPath The destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@return The destination for the health check request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@param healthCheckPath The destination for the health check request.", "setterMethodName" : "setHealthCheckPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPort" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@return The port to use to connect with the target.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@return The port to use to connect with the target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckPort The port to use to connect with the target.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckProtocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use to connect with the target.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckProtocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckProtocol", "fluentEnumGetterMethodName" : "healthCheckProtocol", "fluentEnumSetterMethodName" : "healthCheckProtocol", "fluentGetterMethodName" : "healthCheckProtocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use to connect with the target.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckProtocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum", "setterMethodName" : "setHealthCheckProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckTimeoutSeconds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckTimeoutSeconds", "beanStyleSetterMethodName" : "setHealthCheckTimeoutSeconds", "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckTimeoutSeconds(Integer)}.\n@param healthCheckTimeoutSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckTimeoutSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@return The amount of time, in seconds, during which no response means a failed health check.\n@deprecated Use {@link #healthCheckTimeoutSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckTimeoutSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckTimeoutSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckTimeoutSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckTimeoutSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckTimeoutSeconds", "getterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@return The amount of time, in seconds, during which no response means a failed health check.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckTimeoutSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.", "setterMethodName" : "setHealthCheckTimeoutSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthyThresholdCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthyThresholdCount", "beanStyleSetterMethodName" : "setHealthyThresholdCount", "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthyThresholdCount(Integer)}.\n@param healthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@deprecated Use {@link #healthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.", "setterMethodName" : "setHealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LoadBalancerArns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancerArns", "beanStyleSetterMethodName" : "setLoadBalancerArns", "c2jName" : "LoadBalancerArns", "c2jShape" : "LoadBalancerArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArns(List)}.\n@param loadBalancerArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@deprecated Use {@link #loadBalancerArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArns(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArns", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArns", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancerArns", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.", "setterMethodName" : "setLoadBalancerArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Matcher" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMatcher", "beanStyleSetterMethodName" : "setMatcher", "c2jName" : "Matcher", "c2jShape" : "Matcher", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Matcher.Builder} avoiding the need to create one manually via {@link Matcher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Matcher.Builder#build()} is called immediately and its result is passed to {@link #matcher(Matcher)}.\n@param matcher a consumer that will call methods on {@link Matcher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matcher(Matcher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@return The HTTP codes to use when checking for a successful response from a target.\n@deprecated Use {@link #matcher()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matcher(Matcher)}\n", "documentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matcher property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatcher", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matcher", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matcher", "getterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@return The HTTP codes to use when checking for a successful response from a target.", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Matcher", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Matcher", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@param matcher The HTTP codes to use when checking for a successful response from a target.", "setterMethodName" : "setMatcher", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : null, "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Port" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the targets are listening. Not used if the target is a Lambda function.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the targets are listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the targets are listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the targets are listening. Not used if the target is a Lambda function.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the targets are listening. Not used if the target is a Lambda function.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Protocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupName", "beanStyleSetterMethodName" : "setTargetGroupName", "c2jName" : "TargetGroupName", "c2jShape" : "TargetGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupName(String)}.\n@param targetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@return The name of the target group.\n@deprecated Use {@link #targetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@param targetGroupName The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupName(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@param targetGroupName The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@return The name of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@param targetGroupName The name of the target group.", "setterMethodName" : "setTargetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetTypeAsString", "beanStyleSetterMethodName" : "setTargetType", "c2jName" : "TargetType", "c2jShape" : "TargetTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetTypeAsString(String)}.\n@param targetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum\n@deprecated Use {@link #targetTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n@param targetType The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum\n@deprecated Use {@link #targetType(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "TargetTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetType", "fluentEnumGetterMethodName" : "targetType", "fluentEnumSetterMethodName" : "targetType", "fluentGetterMethodName" : "targetTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n@param targetType The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum", "fluentSetterMethodName" : "targetType", "getterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n@param targetType The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum", "setterMethodName" : "setTargetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UnhealthyThresholdCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnhealthyThresholdCount", "beanStyleSetterMethodName" : "setUnhealthyThresholdCount", "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #unhealthyThresholdCount(Integer)}.\n@param unhealthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unhealthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health check failures required before considering the target unhealthy.\n@deprecated Use {@link #unhealthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unhealthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UnhealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUnhealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unhealthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unhealthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health check failures required before considering the target unhealthy.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UnhealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.", "setterMethodName" : "setUnhealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VpcId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@return The ID of the VPC for the targets.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@param vpcId The ID of the VPC for the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@param vpcId The ID of the VPC for the targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@return The ID of the VPC for the targets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@param vpcId The ID of the VPC for the targets.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupName", "beanStyleSetterMethodName" : "setTargetGroupName", "c2jName" : "TargetGroupName", "c2jShape" : "TargetGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupName(String)}.\n@param targetGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@return The name of the target group.\n@deprecated Use {@link #targetGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@param targetGroupName The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupName(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupName", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@param targetGroupName The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupName", "getterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@return The name of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupName", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    \n@param targetGroupName The name of the target group.", "setterMethodName" : "setTargetGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The name of the target group.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Protocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProtocol", "fluentEnumGetterMethodName" : "protocol", "fluentEnumSetterMethodName" : "protocol", "fluentGetterMethodName" : "protocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Protocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Protocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Protocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    \n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum", "setterMethodName" : "setProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "protocol", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The protocol to use for routing traffic to the targets.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "Port", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #port(Integer)}.\n@param port a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #port(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the targets are listening. Not used if the target is a Lambda function.\n@deprecated Use {@link #port()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the targets are listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #port(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Port property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the targets are listening. Not used if the target is a Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@return The port on which the targets are listening. Not used if the target is a Lambda function.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Port", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Port", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    \n@param port The port on which the targets are listening. Not used if the target is a Lambda function.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The port on which the targets are listening. Not used if the target is a Lambda function.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@return The ID of the VPC for the targets.\n@deprecated Use {@link #vpcId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@param vpcId The ID of the VPC for the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpcId(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VpcId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpcId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@param vpcId The ID of the VPC for the targets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@return The ID of the VPC for the targets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VpcId", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    \n@param vpcId The ID of the VPC for the targets.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The ID of the VPC for the targets.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "ProtocolEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use to connect with the target.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "ProtocolEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckProtocol property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckProtocol", "fluentEnumGetterMethodName" : "healthCheckProtocol", "fluentEnumSetterMethodName" : "healthCheckProtocol", "fluentGetterMethodName" : "healthCheckProtocolAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link ProtocolEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                                                                                                                                                                                                    \n@return The protocol to use to connect with the target.\n@see ProtocolEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckProtocol", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckProtocol", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckProtocol", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum", "setterMethodName" : "setHealthCheckProtocol", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckProtocol", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The protocol to use to connect with the target.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@return The port to use to connect with the target.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@return The port to use to connect with the target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    \n@param healthCheckPort The port to use to connect with the target.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The port to use to connect with the target.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckEnabled", "beanStyleSetterMethodName" : "setHealthCheckEnabled", "c2jName" : "HealthCheckEnabled", "c2jShape" : "HealthCheckEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #healthCheckEnabled(Boolean)}.\n@param healthCheckEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@return Indicates whether health checks are enabled.\n@deprecated Use {@link #healthCheckEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckEnabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckEnabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@param healthCheckEnabled Indicates whether health checks are enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckEnabled", "getterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@return Indicates whether health checks are enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HealthCheckEnabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    \n@param healthCheckEnabled Indicates whether health checks are enabled.", "setterMethodName" : "setHealthCheckEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "healthCheckEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                    Indicates whether health checks are enabled.

                                                                                                                                                                                                                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@return The approximate amount of time, in seconds, between health checks of an individual target.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckIntervalSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckIntervalSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckIntervalSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckIntervalSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@return The approximate amount of time, in seconds, between health checks of an individual target.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckIntervalSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckIntervalSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckIntervalSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    \n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.", "setterMethodName" : "setHealthCheckIntervalSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckIntervalSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The approximate amount of time, in seconds, between health checks of an individual target.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckTimeoutSeconds", "beanStyleSetterMethodName" : "setHealthCheckTimeoutSeconds", "c2jName" : "HealthCheckTimeoutSeconds", "c2jShape" : "HealthCheckTimeoutSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckTimeoutSeconds(Integer)}.\n@param healthCheckTimeoutSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckTimeoutSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@return The amount of time, in seconds, during which no response means a failed health check.\n@deprecated Use {@link #healthCheckTimeoutSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckTimeoutSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckTimeoutSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckTimeoutSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckTimeoutSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckTimeoutSeconds", "getterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@return The amount of time, in seconds, during which no response means a failed health check.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckTimeoutSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckTimeoutSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthCheckTimeoutSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    \n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.", "setterMethodName" : "setHealthCheckTimeoutSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckTimeoutSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The amount of time, in seconds, during which no response means a failed health check.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthyThresholdCount", "beanStyleSetterMethodName" : "setHealthyThresholdCount", "c2jName" : "HealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthyThresholdCount(Integer)}.\n@param healthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@deprecated Use {@link #healthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "HealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    \n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.", "setterMethodName" : "setHealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health checks successes required before considering an unhealthy target healthy.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnhealthyThresholdCount", "beanStyleSetterMethodName" : "setUnhealthyThresholdCount", "c2jName" : "UnhealthyThresholdCount", "c2jShape" : "HealthCheckThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #unhealthyThresholdCount(Integer)}.\n@param unhealthyThresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unhealthyThresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health check failures required before considering the target unhealthy.\n@deprecated Use {@link #unhealthyThresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unhealthyThresholdCount(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UnhealthyThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUnhealthyThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "unhealthyThresholdCount", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unhealthyThresholdCount", "getterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@return The number of consecutive health check failures required before considering the target unhealthy.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UnhealthyThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UnhealthyThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "UnhealthyThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    \n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.", "setterMethodName" : "setUnhealthyThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "unhealthyThresholdCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                    The number of consecutive health check failures required before considering the target unhealthy.

                                                                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "Path", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@return The destination for the health check request.\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@param healthCheckPath The destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPath", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@param healthCheckPath The destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@return The destination for the health check request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPath", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    \n@param healthCheckPath The destination for the health check request.", "setterMethodName" : "setHealthCheckPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPath", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The destination for the health check request.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMatcher", "beanStyleSetterMethodName" : "setMatcher", "c2jName" : "Matcher", "c2jShape" : "Matcher", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link Matcher.Builder} avoiding the need to create one manually via {@link Matcher#builder()}.\n\nWhen the {@link Consumer} completes, {@link Matcher.Builder#build()} is called immediately and its result is passed to {@link #matcher(Matcher)}.\n@param matcher a consumer that will call methods on {@link Matcher.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matcher(Matcher)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@return The HTTP codes to use when checking for a successful response from a target.\n@deprecated Use {@link #matcher()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matcher(Matcher)}\n", "documentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matcher property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatcher", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matcher", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matcher", "getterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@return The HTTP codes to use when checking for a successful response from a target.", "getterModel" : { "returnType" : "Matcher", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Matcher", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Matcher", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Matcher", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    \n@param matcher The HTTP codes to use when checking for a successful response from a target.", "setterMethodName" : "setMatcher", "setterModel" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : null, "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Matcher", "variableName" : "matcher", "variableType" : "Matcher", "documentation" : "

                                                                                                                                                                                                                    The HTTP codes to use when checking for a successful response from a target.

                                                                                                                                                                                                                    ", "simpleType" : "Matcher", "variableSetterType" : "Matcher" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLoadBalancerArns", "beanStyleSetterMethodName" : "setLoadBalancerArns", "c2jName" : "LoadBalancerArns", "c2jShape" : "LoadBalancerArns", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #loadBalancerArns(List)}.\n@param loadBalancerArns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #loadBalancerArns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@deprecated Use {@link #loadBalancerArns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #loadBalancerArns(List)}\n", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LoadBalancerArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLoadBalancerArns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "loadBalancerArns", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "loadBalancerArns", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nYou can use {@link #hasLoadBalancerArns()} to see if a value was sent in this field.\n

                                                                                                                                                                                                                    \n@return The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LoadBalancerArns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LoadBalancerArns", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LoadBalancerArn", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LoadBalancerArns", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    \n@param loadBalancerArns The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.", "setterMethodName" : "setLoadBalancerArns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "loadBalancerArns", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                    The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetTypeAsString", "beanStyleSetterMethodName" : "setTargetType", "c2jName" : "TargetType", "c2jShape" : "TargetTypeEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetTypeAsString(String)}.\n@param targetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum\n@deprecated Use {@link #targetTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n@param targetType The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum\n@deprecated Use {@link #targetType(String)}\n", "documentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    ", "endpointDiscoveryId" : false, "enumType" : "TargetTypeEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetType", "fluentEnumGetterMethodName" : "targetType", "fluentEnumSetterMethodName" : "targetType", "fluentGetterMethodName" : "targetTypeAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n@param targetType The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetTypeEnum", "fluentSetterMethodName" : "targetType", "getterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n

                                                                                                                                                                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #targetType} will return {@link TargetTypeEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetTypeAsString}.\n

                                                                                                                                                                                                                    \n@return The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetType", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    \n@param targetType The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).\n@see TargetTypeEnum", "setterMethodName" : "setTargetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The type of target that you must specify when registering targets with this target group. The possible values are instance (targets are specified by instance ID) or ip (targets are specified by IP address).

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetGroup", "variableName" : "targetGroup", "variableType" : "TargetGroup", "documentation" : null, "simpleType" : "TargetGroup", "variableSetterType" : "TargetGroup" }, "wrapper" : false, "xmlNamespace" : null }, "TargetGroupAssociationLimitException" : { "c2jName" : "TargetGroupAssociationLimitException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    You've reached the limit on the number of load balancers per target group.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TargetGroupAssociationLimit", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetGroupAssociationLimitException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TargetGroupAssociationLimitException", "variableName" : "targetGroupAssociationLimitException", "variableType" : "TargetGroupAssociationLimitException", "documentation" : null, "simpleType" : "TargetGroupAssociationLimitException", "variableSetterType" : "TargetGroupAssociationLimitException" }, "wrapper" : false, "xmlNamespace" : null }, "TargetGroupAttribute" : { "c2jName" : "TargetGroupAttribute", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    Information about a target group attribute.

                                                                                                                                                                                                                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TargetGroupAttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the attribute.

                                                                                                                                                                                                                    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                    • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                    • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                    • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                    The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                    • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                    • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                    • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                    The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                    • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                    The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                    • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                    The name of the attribute.

                                                                                                                                                                                                                    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                    • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                    • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                    • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                    The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                    • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                    • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                    • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                    The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                    • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                    The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                    • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                    \n@return The name of the attribute.

                                                                                                                                                                                                                    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                    • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                    • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                    • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                    The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                    • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                    • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                    • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                    The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                    • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                    The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                    • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                    • \n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                      The name of the attribute.

                                                                                                                                                                                                                      The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                      • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                      • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                      • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                      The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                      • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                      • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                      • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                      The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                      • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                      The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                      • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                      \n@param key The name of the attribute.

                                                                                                                                                                                                                      The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                      • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                      • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                      • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                      The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                      • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                      • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                      • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                      The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                      • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                      The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                      • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                                                        The name of the attribute.

                                                                                                                                                                                                                        The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                        • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                        • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                        • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                        The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                        • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                        • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                        • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                        The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                        • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                        The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                        • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                        The name of the attribute.

                                                                                                                                                                                                                        The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                        • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                        • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                        • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                        The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                        • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                        • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                        • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                        The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                        • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                        The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                        • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                        \n@param key The name of the attribute.

                                                                                                                                                                                                                        The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                        • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                        • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                        • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                        The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                        • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                        • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                        • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                        The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                        • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                        The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                        • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                          The name of the attribute.

                                                                                                                                                                                                                          The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                          • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                          • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                          • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                          The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                          • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                          • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                          • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                          The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                          • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                          The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                          • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                          \n@return The name of the attribute.

                                                                                                                                                                                                                          The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                          • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                          • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                          • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                          The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                          • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                          • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                          • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                          The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                          • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                          The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                          • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                            The name of the attribute.

                                                                                                                                                                                                                            The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                            • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                            • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                            • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                            The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                            • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                            • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                            • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                            The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                            • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                            The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                            • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                            \n@param key The name of the attribute.

                                                                                                                                                                                                                            The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                            • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                            • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                            • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                            The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                            • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                            • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                            • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                            The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                            • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                            The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                            • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                            • ", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                              The name of the attribute.

                                                                                                                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                              • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                              • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                              • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                              The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                              • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                              • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                              • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                              The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                              • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                              The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                              • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TargetGroupAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The value of the attribute.

                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                              The value of the attribute.

                                                                                                                                                                                                                              \n@return The value of the attribute.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                              The value of the attribute.

                                                                                                                                                                                                                              \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                              The value of the attribute.

                                                                                                                                                                                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                              The value of the attribute.

                                                                                                                                                                                                                              \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                              The value of the attribute.

                                                                                                                                                                                                                              \n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                              The value of the attribute.

                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TargetGroupAttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                              The name of the attribute.

                                                                                                                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                              • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                              • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                              • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                              The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                              • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                              • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                              • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                              The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                              • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                              The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                              • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                              The name of the attribute.

                                                                                                                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                              • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                              • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                              • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                              The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                              • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                              • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                              • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                              The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                              • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                              The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                              • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                              \n@return The name of the attribute.

                                                                                                                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                              • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                              • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                              • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                              The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                              • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                              • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                              • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                              The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                              • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                              The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                              • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                              • \n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                The name of the attribute.

                                                                                                                                                                                                                                The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                \n@param key The name of the attribute.

                                                                                                                                                                                                                                The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                                                                  The name of the attribute.

                                                                                                                                                                                                                                  The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                  • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                  • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                  • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                  The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                  • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                  • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                  • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                  The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                  • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                  The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                  • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                  The name of the attribute.

                                                                                                                                                                                                                                  The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                  • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                  • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                  • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                  The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                  • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                  • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                  • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                  The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                  • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                  The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                  • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                  \n@param key The name of the attribute.

                                                                                                                                                                                                                                  The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                  • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                  • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                  • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                  The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                  • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                  • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                  • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                  The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                  • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                  The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                  • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                                    The name of the attribute.

                                                                                                                                                                                                                                    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                    • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                    • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                    • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                    The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                    • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                    • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                    • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                    The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                    • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                    The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                    • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                    \n@return The name of the attribute.

                                                                                                                                                                                                                                    The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                    • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                    • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                    • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                    The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                    • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                    • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                    • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                    The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                    • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                    The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                    • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                      The name of the attribute.

                                                                                                                                                                                                                                      The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                      • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                      • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                      • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                      The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                      • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                      • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                      • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                      The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                      • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                      The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                      • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                      \n@param key The name of the attribute.

                                                                                                                                                                                                                                      The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                      • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                      • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                      • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                      The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                      • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                      • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                      • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                      The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                      • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                      The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                      • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                      • ", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                        The name of the attribute.

                                                                                                                                                                                                                                        The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                        • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                        • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                        • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                        The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                        • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                        • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                        • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                        The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                        • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                        The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                        • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TargetGroupAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The value of the attribute.

                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                        The value of the attribute.

                                                                                                                                                                                                                                        \n@return The value of the attribute.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                        The value of the attribute.

                                                                                                                                                                                                                                        \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                                        The value of the attribute.

                                                                                                                                                                                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The value of the attribute.

                                                                                                                                                                                                                                        \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                        The value of the attribute.

                                                                                                                                                                                                                                        \n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                        The value of the attribute.

                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TargetGroupAttributeKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                        The name of the attribute.

                                                                                                                                                                                                                                        The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                        • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                        • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                        • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                        The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                        • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                        • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                        • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                        The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                        • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                        The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                        • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                        The name of the attribute.

                                                                                                                                                                                                                                        The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                        • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                        • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                        • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                        The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                        • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                        • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                        • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                        The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                        • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                        The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                        • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                        \n@return The name of the attribute.

                                                                                                                                                                                                                                        The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                        • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                        • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                        • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                        The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                        • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                        • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                        • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                        The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                        • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                        The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                        • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                        • \n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                          The name of the attribute.

                                                                                                                                                                                                                                          The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                          • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                          • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                          • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                          The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                          • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                          • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                          • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                          The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                          • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                          The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                          • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                          \n@param key The name of the attribute.

                                                                                                                                                                                                                                          The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                          • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                          • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                          • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                          The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                          • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                          • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                          • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                          The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                          • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                          The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                          • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                                                                                                                                                                                                                            The name of the attribute.

                                                                                                                                                                                                                                            The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                            • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                            • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                            • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                            The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                            • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                            • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                            • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                            The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                            • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                            The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                            • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The name of the attribute.

                                                                                                                                                                                                                                            The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                            • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                            • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                            • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                            The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                            • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                            • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                            • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                            The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                            • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                            The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                            • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                            \n@param key The name of the attribute.

                                                                                                                                                                                                                                            The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                            • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                            • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                            • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                            The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                            • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                            • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                            • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                            The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                            • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                            The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                            • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                                              The name of the attribute.

                                                                                                                                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                              • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                              • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                              • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                              The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                              • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                              • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                              • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                              The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                              • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                              The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                              • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                              \n@return The name of the attribute.

                                                                                                                                                                                                                                              The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                              • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                              • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                              • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                              The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                              • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                              • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                              • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                              The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                              • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                              The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                              • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                The name of the attribute.

                                                                                                                                                                                                                                                The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                                • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                                • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                                • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                                The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                                • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                                • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                                • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                                The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                                • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                                The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                                • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                                \n@param key The name of the attribute.

                                                                                                                                                                                                                                                The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                                • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                                • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                                • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                                The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                                • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                                • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                                • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                                The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                                • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                                The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                                • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                                • ", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The name of the attribute.

                                                                                                                                                                                                                                                  The following attributes are supported by both Application Load Balancers and Network Load Balancers:

                                                                                                                                                                                                                                                  • deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported.

                                                                                                                                                                                                                                                  • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                                  • stickiness.type - The type of sticky sessions. The possible values are lb_cookie for Application Load Balancers or source_ip for Network Load Balancers.

                                                                                                                                                                                                                                                  The following attributes are supported by Application Load Balancers if the target is not a Lambda function:

                                                                                                                                                                                                                                                  • load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin.

                                                                                                                                                                                                                                                  • slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives a linearly increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). Slow start mode is disabled by default.

                                                                                                                                                                                                                                                  • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

                                                                                                                                                                                                                                                  The following attribute is supported only if the target is a Lambda function.

                                                                                                                                                                                                                                                  • lambda.multi_value_headers.enabled - Indicates whether the request and response headers exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client.

                                                                                                                                                                                                                                                  The following attribute is supported only by Network Load Balancers:

                                                                                                                                                                                                                                                  • proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TargetGroupAttributeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The value of the attribute.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The value of the attribute.

                                                                                                                                                                                                                                                  \n@return The value of the attribute.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The value of the attribute.

                                                                                                                                                                                                                                                  \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The value of the attribute.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The value of the attribute.

                                                                                                                                                                                                                                                  \n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "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, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The value of the attribute.

                                                                                                                                                                                                                                                  \n@param value The value of the attribute.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The value of the attribute.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetGroupAttribute", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetGroupAttribute", "variableName" : "targetGroupAttribute", "variableType" : "TargetGroupAttribute", "documentation" : null, "simpleType" : "TargetGroupAttribute", "variableSetterType" : "TargetGroupAttribute" }, "wrapper" : false, "xmlNamespace" : null }, "TargetGroupNotFoundException" : { "c2jName" : "TargetGroupNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The specified target group does not exist.

                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TargetGroupNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetGroupNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TargetGroupNotFoundException", "variableName" : "targetGroupNotFoundException", "variableType" : "TargetGroupNotFoundException", "documentation" : null, "simpleType" : "TargetGroupNotFoundException", "variableSetterType" : "TargetGroupNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "TargetGroupStickinessConfig" : { "c2jName" : "TargetGroupStickinessConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Information about the target group stickiness for a rule.

                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "TargetGroupStickinessEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@return Indicates whether target group stickiness is enabled.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@param enabled Indicates whether target group stickiness is enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@param enabled Indicates whether target group stickiness is enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@return Indicates whether target group stickiness is enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@param enabled Indicates whether target group stickiness is enabled.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDurationSeconds", "beanStyleSetterMethodName" : "setDurationSeconds", "c2jName" : "DurationSeconds", "c2jShape" : "TargetGroupStickinessDurationSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #durationSeconds(Integer)}.\n@param durationSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #durationSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@return The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n@deprecated Use {@link #durationSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@param durationSeconds The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #durationSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DurationSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDurationSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "durationSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@param durationSeconds The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "durationSeconds", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@return The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DurationSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DurationSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DurationSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@param durationSeconds The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).", "setterMethodName" : "setDurationSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "durationSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "durationSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DurationSeconds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDurationSeconds", "beanStyleSetterMethodName" : "setDurationSeconds", "c2jName" : "DurationSeconds", "c2jShape" : "TargetGroupStickinessDurationSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #durationSeconds(Integer)}.\n@param durationSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #durationSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@return The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n@deprecated Use {@link #durationSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@param durationSeconds The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #durationSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DurationSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDurationSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "durationSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@param durationSeconds The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "durationSeconds", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@return The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DurationSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DurationSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DurationSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@param durationSeconds The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).", "setterMethodName" : "setDurationSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "durationSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "durationSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "TargetGroupStickinessEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@return Indicates whether target group stickiness is enabled.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@param enabled Indicates whether target group stickiness is enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@param enabled Indicates whether target group stickiness is enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@return Indicates whether target group stickiness is enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@param enabled Indicates whether target group stickiness is enabled.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "TargetGroupStickinessEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@return Indicates whether target group stickiness is enabled.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@param enabled Indicates whether target group stickiness is enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enabled(Boolean)}\n", "documentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Enabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@param enabled Indicates whether target group stickiness is enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@return Indicates whether target group stickiness is enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Enabled", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  \n@param enabled Indicates whether target group stickiness is enabled.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                  Indicates whether target group stickiness is enabled.

                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDurationSeconds", "beanStyleSetterMethodName" : "setDurationSeconds", "c2jName" : "DurationSeconds", "c2jShape" : "TargetGroupStickinessDurationSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #durationSeconds(Integer)}.\n@param durationSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #durationSeconds(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@return The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n@deprecated Use {@link #durationSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@param durationSeconds The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #durationSeconds(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DurationSeconds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDurationSeconds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "durationSeconds", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@param durationSeconds The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "durationSeconds", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@return The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DurationSeconds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DurationSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "DurationSeconds", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  \n@param durationSeconds The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).", "setterMethodName" : "setDurationSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "durationSeconds", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "durationSeconds", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetGroupStickinessConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetGroupStickinessConfig", "variableName" : "targetGroupStickinessConfig", "variableType" : "TargetGroupStickinessConfig", "documentation" : null, "simpleType" : "TargetGroupStickinessConfig", "variableSetterType" : "TargetGroupStickinessConfig" }, "wrapper" : false, "xmlNamespace" : null }, "TargetGroupTuple" : { "c2jName" : "TargetGroupTuple", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Information about how traffic will be distributed between multiple target groups in a forward rule.

                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWeight", "beanStyleSetterMethodName" : "setWeight", "c2jName" : "Weight", "c2jShape" : "TargetGroupWeight", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #weight(Integer)}.\n@param weight a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #weight(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@return The weight. The range is 0 to 999.\n@deprecated Use {@link #weight()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@param weight The weight. The range is 0 to 999.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #weight(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Weight property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWeight", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "weight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@param weight The weight. The range is 0 to 999.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "weight", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@return The weight. The range is 0 to 999.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Weight", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Weight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Weight", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@param weight The weight. The range is 0 to 999.", "setterMethodName" : "setWeight", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "weight", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "weight", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Weight" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWeight", "beanStyleSetterMethodName" : "setWeight", "c2jName" : "Weight", "c2jShape" : "TargetGroupWeight", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #weight(Integer)}.\n@param weight a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #weight(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@return The weight. The range is 0 to 999.\n@deprecated Use {@link #weight()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@param weight The weight. The range is 0 to 999.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #weight(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Weight property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWeight", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "weight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@param weight The weight. The range is 0 to 999.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "weight", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@return The weight. The range is 0 to 999.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Weight", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Weight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Weight", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@param weight The weight. The range is 0 to 999.", "setterMethodName" : "setWeight", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "weight", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "weight", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetGroupArn", "beanStyleSetterMethodName" : "setTargetGroupArn", "c2jName" : "TargetGroupArn", "c2jShape" : "TargetGroupArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetGroupArn(String)}.\n@param targetGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the target group.\n@deprecated Use {@link #targetGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetGroupArn(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetGroupArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetGroupArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the target group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetGroupArn", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  \n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.", "setterMethodName" : "setTargetGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetGroupArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the target group.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWeight", "beanStyleSetterMethodName" : "setWeight", "c2jName" : "Weight", "c2jShape" : "TargetGroupWeight", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #weight(Integer)}.\n@param weight a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #weight(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@return The weight. The range is 0 to 999.\n@deprecated Use {@link #weight()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@param weight The weight. The range is 0 to 999.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #weight(Integer)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Weight property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWeight", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "weight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@param weight The weight. The range is 0 to 999.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "weight", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@return The weight. The range is 0 to 999.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Weight", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Weight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Weight", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  \n@param weight The weight. The range is 0 to 999.", "setterMethodName" : "setWeight", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "weight", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "weight", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The weight. The range is 0 to 999.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetGroupTuple", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetGroupTuple", "variableName" : "targetGroupTuple", "variableType" : "TargetGroupTuple", "documentation" : null, "simpleType" : "TargetGroupTuple", "variableSetterType" : "TargetGroupTuple" }, "wrapper" : false, "xmlNamespace" : null }, "TargetHealth" : { "c2jName" : "TargetHealth", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Information about the current health of a target.

                                                                                                                                                                                                                                                  ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "TargetHealthStateEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The state of the target.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The state of the target.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link TargetHealthStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                                                                                  \n@return The state of the target.\n@see TargetHealthStateEnum\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                  The state of the target.

                                                                                                                                                                                                                                                  \n@param state The state of the target.\n@see TargetHealthStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthStateEnum\n@deprecated Use {@link #state(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                  The state of the target.

                                                                                                                                                                                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "TargetHealthStateEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The state of the target.

                                                                                                                                                                                                                                                  \n@param state The state of the target.\n@see TargetHealthStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthStateEnum", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The state of the target.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link TargetHealthStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                                                                                  \n@return The state of the target.\n@see TargetHealthStateEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                  The state of the target.

                                                                                                                                                                                                                                                  \n@param state The state of the target.\n@see TargetHealthStateEnum", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The state of the target.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReasonAsString", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "TargetHealthReasonEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The reason code.

                                                                                                                                                                                                                                                  If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                  If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                  • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                  • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                  If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                  • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                  • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                  • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                  • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                  • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                  • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                  If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                  • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                  If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                  • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                  The reason code.

                                                                                                                                                                                                                                                  If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                  If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                  • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                  • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                  If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                  • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                  • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                  • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                  • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                  • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                  • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                  If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                  • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                  If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                  • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link TargetHealthReasonEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                  \n@return The reason code.

                                                                                                                                                                                                                                                  If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                  If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                  • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                  • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                  If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                  • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                  • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                  • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                  • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                  • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                  • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                  If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                  • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                  If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                  • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                  • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                  • \n@see TargetHealthReasonEnum\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                    The reason code.

                                                                                                                                                                                                                                                    If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                    If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                    • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                    • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                    If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                    • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                    • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                    • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                    • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                    If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                    • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                    • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                    • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                    • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                    If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                    • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                    If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                    • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                    • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                    \n@param reason The reason code.

                                                                                                                                                                                                                                                    If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                    If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                    • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                    • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                    If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                    • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                    • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                    • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                    • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                    If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                    • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                    • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                    • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                    • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                    If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                    • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                    If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                    • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                    • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                    • \n@see TargetHealthReasonEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthReasonEnum\n@deprecated Use {@link #reason(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                      The reason code.

                                                                                                                                                                                                                                                      If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                      If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                      • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                      • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                      If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                      • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                      • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                      • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                      • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                      • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                      • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                      If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                      • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                      If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                      • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "TargetHealthReasonEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                      The reason code.

                                                                                                                                                                                                                                                      If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                      If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                      • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                      • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                      If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                      • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                      • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                      • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                      • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                      • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                      • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                      If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                      • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                      If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                      • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                      \n@param reason The reason code.

                                                                                                                                                                                                                                                      If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                      If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                      • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                      • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                      If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                      • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                      • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                      • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                      • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                      • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                      • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                      If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                      • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                      If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                      • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                      • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                      • \n@see TargetHealthReasonEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthReasonEnum", "fluentSetterMethodName" : "reason", "getterDocumentation" : "

                                                                                                                                                                                                                                                        The reason code.

                                                                                                                                                                                                                                                        If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                        If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                        • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                        • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                        If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                        • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                        • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                        • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                        • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                        If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                        • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                        • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                        • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                        • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                        If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                        • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                        If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                        • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                        • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link TargetHealthReasonEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                        \n@return The reason code.

                                                                                                                                                                                                                                                        If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                        If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                        • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                        • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                        If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                        • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                        • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                        • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                        • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                        If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                        • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                        • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                        • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                        • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                        If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                        • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                        If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                        • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                        • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                        • \n@see TargetHealthReasonEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                          The reason code.

                                                                                                                                                                                                                                                          If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                          If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                          • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                          • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                          If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                          • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                          • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                          • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                          • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                          If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                          • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                          • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                          • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                          • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                          If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                          • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                          If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                          • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                          • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                          \n@param reason The reason code.

                                                                                                                                                                                                                                                          If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                          If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                          • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                          • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                          If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                          • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                          • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                          • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                          • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                          If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                          • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                          • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                          • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                          • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                          If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                          • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                          If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                          • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                          • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                          • \n@see TargetHealthReasonEnum", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                            The reason code.

                                                                                                                                                                                                                                                            If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                            If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                            • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                            If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                            • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                            • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                            • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                            • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                            If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                            • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                            If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                            • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \n@return A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \n@return A description of the target health that provides additional details. If the state is healthy, a description is not provided.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \n@return A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \n@return A description of the target health that provides additional details. If the state is healthy, a description is not provided.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                            A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Reason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReasonAsString", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "TargetHealthReasonEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                            The reason code.

                                                                                                                                                                                                                                                            If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                            If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                            • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                            If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                            • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                            • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                            • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                            • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                            If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                            • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                            If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                            • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                            The reason code.

                                                                                                                                                                                                                                                            If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                            If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                            • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                            If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                            • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                            • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                            • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                            • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                            If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                            • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                            If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                            • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link TargetHealthReasonEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                            \n@return The reason code.

                                                                                                                                                                                                                                                            If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                            If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                            • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                            If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                            • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                            • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                            • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                            • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                            • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                            If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                            • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                            If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                            • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                            • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                            • \n@see TargetHealthReasonEnum\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                              The reason code.

                                                                                                                                                                                                                                                              If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                              If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                              • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                              • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                              If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                              • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                              • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                              • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                              • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                              If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                              • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                              • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                              • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                              • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                              If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                              • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                              If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                              • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                              • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                              \n@param reason The reason code.

                                                                                                                                                                                                                                                              If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                              If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                              • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                              • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                              If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                              • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                              • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                              • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                              • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                              If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                              • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                              • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                              • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                              • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                              If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                              • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                              If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                              • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                              • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                              • \n@see TargetHealthReasonEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthReasonEnum\n@deprecated Use {@link #reason(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                The reason code.

                                                                                                                                                                                                                                                                If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : "TargetHealthReasonEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                The reason code.

                                                                                                                                                                                                                                                                If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                \n@param reason The reason code.

                                                                                                                                                                                                                                                                If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                • \n@see TargetHealthReasonEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthReasonEnum", "fluentSetterMethodName" : "reason", "getterDocumentation" : "

                                                                                                                                                                                                                                                                  The reason code.

                                                                                                                                                                                                                                                                  If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                  If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                  • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                  • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                  If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                  • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                  • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                  • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                  • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                  If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                  • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                  • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                  • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                  • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                  If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                  • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                  If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                  • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                  • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link TargetHealthReasonEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                                  \n@return The reason code.

                                                                                                                                                                                                                                                                  If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                  If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                  • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                  • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                  If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                  • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                  • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                  • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                  • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                  If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                  • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                  • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                  • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                  • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                  If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                  • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                  If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                  • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                  • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                  • \n@see TargetHealthReasonEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                    The reason code.

                                                                                                                                                                                                                                                                    If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                    If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                    • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                    • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                    If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                    • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                    • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                    • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                    • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                    If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                    • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                    • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                    • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                    • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                    If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                    • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                    If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                    • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                    • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                    \n@param reason The reason code.

                                                                                                                                                                                                                                                                    If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                    If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                    • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                    • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                    If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                    • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                    • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                    • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                    • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                    If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                    • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                    • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                    • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                    • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                    If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                    • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                    If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                    • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                    • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                    • \n@see TargetHealthReasonEnum", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                      The reason code.

                                                                                                                                                                                                                                                                      If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                      If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                      • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                      If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                      • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                      • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                      • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                      • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                      If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                      • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                      If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                      • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "State" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "TargetHealthStateEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link TargetHealthStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                                                                                                      \n@return The state of the target.\n@see TargetHealthStateEnum\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \n@param state The state of the target.\n@see TargetHealthStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthStateEnum\n@deprecated Use {@link #state(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "TargetHealthStateEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \n@param state The state of the target.\n@see TargetHealthStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthStateEnum", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link TargetHealthStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                                                                                                      \n@return The state of the target.\n@see TargetHealthStateEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \n@param state The state of the target.\n@see TargetHealthStateEnum", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "TargetHealthStateEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link TargetHealthStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                                                                                                      \n@return The state of the target.\n@see TargetHealthStateEnum\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \n@param state The state of the target.\n@see TargetHealthStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthStateEnum\n@deprecated Use {@link #state(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      ", "endpointDiscoveryId" : false, "enumType" : "TargetHealthStateEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \n@param state The state of the target.\n@see TargetHealthStateEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthStateEnum", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link TargetHealthStateEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

                                                                                                                                                                                                                                                                      \n@return The state of the target.\n@see TargetHealthStateEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      \n@param state The state of the target.\n@see TargetHealthStateEnum", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                      The state of the target.

                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReasonAsString", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "TargetHealthReasonEnum", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                      The reason code.

                                                                                                                                                                                                                                                                      If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                      If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                      • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                      If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                      • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                      • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                      • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                      • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                      If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                      • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                      If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                      • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reasonAsString(String)}.\n@param reason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                      The reason code.

                                                                                                                                                                                                                                                                      If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                      If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                      • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                      If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                      • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                      • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                      • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                      • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                      If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                      • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                      If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                      • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                      \n

                                                                                                                                                                                                                                                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link TargetHealthReasonEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                                      \n@return The reason code.

                                                                                                                                                                                                                                                                      If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                      If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                      • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                      If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                      • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                      • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                      • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                      • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                      • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                      If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                      • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                      If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                      • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                      • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                      • \n@see TargetHealthReasonEnum\n@deprecated Use {@link #reasonAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                        The reason code.

                                                                                                                                                                                                                                                                        If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                        If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                        • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                        • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                        If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                        • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                        • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                        • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                        • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                        If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                        • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                        • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                        • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                        • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                        If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                        • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                        If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                        • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                        • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                        \n@param reason The reason code.

                                                                                                                                                                                                                                                                        If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                        If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                        • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                        • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                        If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                        • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                        • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                        • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                        • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                        If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                        • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                        • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                        • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                        • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                        If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                        • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                        If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                        • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                        • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                        • \n@see TargetHealthReasonEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthReasonEnum\n@deprecated Use {@link #reason(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                          The reason code.

                                                                                                                                                                                                                                                                          If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                          If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                          • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                          • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                          If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                          • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                          • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                          • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                          • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                          • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                          • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                          If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                          • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                          If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                          • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                          ", "endpointDiscoveryId" : false, "enumType" : "TargetHealthReasonEnum", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Reason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReason", "fluentEnumGetterMethodName" : "reason", "fluentEnumSetterMethodName" : "reason", "fluentGetterMethodName" : "reasonAsString", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The reason code.

                                                                                                                                                                                                                                                                          If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                          If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                          • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                          • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                          If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                          • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                          • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                          • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                          • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                          • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                          • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                          If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                          • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                          If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                          • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                          \n@param reason The reason code.

                                                                                                                                                                                                                                                                          If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                          If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                          • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                          • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                          If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                          • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                          • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                          • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                          • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                          • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                          • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                          If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                          • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                          If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                          • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                          • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                          • \n@see TargetHealthReasonEnum\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetHealthReasonEnum", "fluentSetterMethodName" : "reason", "getterDocumentation" : "

                                                                                                                                                                                                                                                                            The reason code.

                                                                                                                                                                                                                                                                            If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                            If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                            • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                            • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                            If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                            • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                            • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                            • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                            • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                            If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                            • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                            • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                            • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                            • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                            If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                            • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                            If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                            • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                            • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #reason} will return {@link TargetHealthReasonEnum#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #reasonAsString}.\n

                                                                                                                                                                                                                                                                            \n@return The reason code.

                                                                                                                                                                                                                                                                            If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                            If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                            • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                            • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                            If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                            • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                            • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                            • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                            • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                            If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                            • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                            • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                            • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                            • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                            If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                            • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                            If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                            • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                            • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                            • \n@see TargetHealthReasonEnum", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Reason", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                              The reason code.

                                                                                                                                                                                                                                                                              If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                              If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                              • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                              • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                              If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                              • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                              • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                              • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                              • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                              If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                              • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                              • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                              • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                              • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                              If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                              • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                              If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                              • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                              • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                              \n@param reason The reason code.

                                                                                                                                                                                                                                                                              If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                              If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                              • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                              • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                              If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                              • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                              • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                              • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                              • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                              If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                              • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                              • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                              • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                              • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                              If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                              • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                              If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                              • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                              • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                              • \n@see TargetHealthReasonEnum", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The reason code.

                                                                                                                                                                                                                                                                                If the target state is healthy, a reason code is not provided.

                                                                                                                                                                                                                                                                                If the target state is initial, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                                • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

                                                                                                                                                                                                                                                                                • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

                                                                                                                                                                                                                                                                                If the target state is unhealthy, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                                • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                                • Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                                • Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.

                                                                                                                                                                                                                                                                                • Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                                If the target state is unused, the reason code can be one of the following values:

                                                                                                                                                                                                                                                                                • Target.NotRegistered - The target is not registered with the target group.

                                                                                                                                                                                                                                                                                • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

                                                                                                                                                                                                                                                                                • Target.InvalidState - The target is in the stopped or terminated state.

                                                                                                                                                                                                                                                                                • Target.IpUnusable - The target IP address is reserved for use by a load balancer.

                                                                                                                                                                                                                                                                                If the target state is draining, the reason code can be the following value:

                                                                                                                                                                                                                                                                                • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

                                                                                                                                                                                                                                                                                If the target state is unavailable, the reason code can be the following value:

                                                                                                                                                                                                                                                                                • Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.

                                                                                                                                                                                                                                                                                • Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                                                \n@return A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                                                \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                                                \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                                                \n@return A description of the target health that provides additional details. If the state is healthy, a description is not provided.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                                                \n@param description A description of the target health that provides additional details. If the state is healthy, a description is not provided.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                A description of the target health that provides additional details. If the state is healthy, a description is not provided.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetHealth", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : null, "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "wrapper" : false, "xmlNamespace" : null }, "TargetHealthDescription" : { "c2jName" : "TargetHealthDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                Information about the health of a target.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #target(TargetDescription)}.\n@param target a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@return The description of the target.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@param target The description of the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(TargetDescription)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@param target The description of the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@return The description of the target.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@param target The description of the target.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "target", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "target", "variableType" : "TargetDescription", "documentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                ", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@return The port to use to connect with the target.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@return The port to use to connect with the target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@param healthCheckPort The port to use to connect with the target.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetHealth", "beanStyleSetterMethodName" : "setTargetHealth", "c2jName" : "TargetHealth", "c2jShape" : "TargetHealth", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link TargetHealth.Builder} avoiding the need to create one manually via {@link TargetHealth#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetHealth.Builder#build()} is called immediately and its result is passed to {@link #targetHealth(TargetHealth)}.\n@param targetHealth a consumer that will call methods on {@link TargetHealth.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetHealth(TargetHealth)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@return The health information for the target.\n@deprecated Use {@link #targetHealth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@param targetHealth The health information for the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetHealth(TargetHealth)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetHealth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetHealth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetHealth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@param targetHealth The health information for the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetHealth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@return The health information for the target.", "getterModel" : { "returnType" : "TargetHealth", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetHealth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetHealth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetHealth", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@param targetHealth The health information for the target.", "setterMethodName" : "setTargetHealth", "setterModel" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : null, "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                ", "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HealthCheckPort" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@return The port to use to connect with the target.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@return The port to use to connect with the target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@param healthCheckPort The port to use to connect with the target.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Target" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #target(TargetDescription)}.\n@param target a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@return The description of the target.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@param target The description of the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(TargetDescription)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@param target The description of the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@return The description of the target.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@param target The description of the target.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "target", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "target", "variableType" : "TargetDescription", "documentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                ", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetHealth" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetHealth", "beanStyleSetterMethodName" : "setTargetHealth", "c2jName" : "TargetHealth", "c2jShape" : "TargetHealth", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link TargetHealth.Builder} avoiding the need to create one manually via {@link TargetHealth#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetHealth.Builder#build()} is called immediately and its result is passed to {@link #targetHealth(TargetHealth)}.\n@param targetHealth a consumer that will call methods on {@link TargetHealth.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetHealth(TargetHealth)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@return The health information for the target.\n@deprecated Use {@link #targetHealth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@param targetHealth The health information for the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetHealth(TargetHealth)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetHealth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetHealth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetHealth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@param targetHealth The health information for the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetHealth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@return The health information for the target.", "getterModel" : { "returnType" : "TargetHealth", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetHealth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetHealth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetHealth", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@param targetHealth The health information for the target.", "setterMethodName" : "setTargetHealth", "setterModel" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : null, "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                ", "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "TargetDescription", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link TargetDescription.Builder} avoiding the need to create one manually via {@link TargetDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetDescription.Builder#build()} is called immediately and its result is passed to {@link #target(TargetDescription)}.\n@param target a consumer that will call methods on {@link TargetDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(TargetDescription)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@return The description of the target.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@param target The description of the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(TargetDescription)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@param target The description of the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@return The description of the target.", "getterModel" : { "returnType" : "TargetDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                \n@param target The description of the target.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "TargetDescription", "variableName" : "target", "variableType" : "TargetDescription", "documentation" : null, "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetDescription", "variableName" : "target", "variableType" : "TargetDescription", "documentation" : "

                                                                                                                                                                                                                                                                                The description of the target.

                                                                                                                                                                                                                                                                                ", "simpleType" : "TargetDescription", "variableSetterType" : "TargetDescription" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(String)}.\n@param healthCheckPort a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@return The port to use to connect with the target.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(String)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthCheckPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthCheckPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthCheckPort", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@return The port to use to connect with the target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthCheckPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthCheckPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                \n@param healthCheckPort The port to use to connect with the target.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthCheckPort", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The port to use to connect with the target.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetHealth", "beanStyleSetterMethodName" : "setTargetHealth", "c2jName" : "TargetHealth", "c2jShape" : "TargetHealth", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link TargetHealth.Builder} avoiding the need to create one manually via {@link TargetHealth#builder()}.\n\nWhen the {@link Consumer} completes, {@link TargetHealth.Builder#build()} is called immediately and its result is passed to {@link #targetHealth(TargetHealth)}.\n@param targetHealth a consumer that will call methods on {@link TargetHealth.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetHealth(TargetHealth)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@return The health information for the target.\n@deprecated Use {@link #targetHealth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@param targetHealth The health information for the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetHealth(TargetHealth)}\n", "documentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetHealth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetHealth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetHealth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@param targetHealth The health information for the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetHealth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@return The health information for the target.", "getterModel" : { "returnType" : "TargetHealth", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetHealth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TargetHealth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TargetHealth", "sensitive" : false, "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                \n@param targetHealth The health information for the target.", "setterMethodName" : "setTargetHealth", "setterModel" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : null, "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TargetHealth", "variableName" : "targetHealth", "variableType" : "TargetHealth", "documentation" : "

                                                                                                                                                                                                                                                                                The health information for the target.

                                                                                                                                                                                                                                                                                ", "simpleType" : "TargetHealth", "variableSetterType" : "TargetHealth" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetHealthDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetHealthDescription", "variableName" : "targetHealthDescription", "variableType" : "TargetHealthDescription", "documentation" : null, "simpleType" : "TargetHealthDescription", "variableSetterType" : "TargetHealthDescription" }, "wrapper" : false, "xmlNamespace" : null }, "TargetHealthReasonEnum" : { "c2jName" : "TargetHealthReasonEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ELB_REGISTRATION_IN_PROGRESS", "value" : "Elb.RegistrationInProgress" }, { "name" : "ELB_INITIAL_HEALTH_CHECKING", "value" : "Elb.InitialHealthChecking" }, { "name" : "TARGET_RESPONSE_CODE_MISMATCH", "value" : "Target.ResponseCodeMismatch" }, { "name" : "TARGET_TIMEOUT", "value" : "Target.Timeout" }, { "name" : "TARGET_FAILED_HEALTH_CHECKS", "value" : "Target.FailedHealthChecks" }, { "name" : "TARGET_NOT_REGISTERED", "value" : "Target.NotRegistered" }, { "name" : "TARGET_NOT_IN_USE", "value" : "Target.NotInUse" }, { "name" : "TARGET_DEREGISTRATION_IN_PROGRESS", "value" : "Target.DeregistrationInProgress" }, { "name" : "TARGET_INVALID_STATE", "value" : "Target.InvalidState" }, { "name" : "TARGET_IP_UNUSABLE", "value" : "Target.IpUnusable" }, { "name" : "TARGET_HEALTH_CHECK_DISABLED", "value" : "Target.HealthCheckDisabled" }, { "name" : "ELB_INTERNAL_ERROR", "value" : "Elb.InternalError" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetHealthReasonEnum", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetHealthReasonEnum", "variableName" : "targetHealthReasonEnum", "variableType" : "TargetHealthReasonEnum", "documentation" : null, "simpleType" : "TargetHealthReasonEnum", "variableSetterType" : "TargetHealthReasonEnum" }, "wrapper" : false, "xmlNamespace" : null }, "TargetHealthStateEnum" : { "c2jName" : "TargetHealthStateEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INITIAL", "value" : "initial" }, { "name" : "HEALTHY", "value" : "healthy" }, { "name" : "UNHEALTHY", "value" : "unhealthy" }, { "name" : "UNUSED", "value" : "unused" }, { "name" : "DRAINING", "value" : "draining" }, { "name" : "UNAVAILABLE", "value" : "unavailable" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetHealthStateEnum", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetHealthStateEnum", "variableName" : "targetHealthStateEnum", "variableType" : "TargetHealthStateEnum", "documentation" : null, "simpleType" : "TargetHealthStateEnum", "variableSetterType" : "TargetHealthStateEnum" }, "wrapper" : false, "xmlNamespace" : null }, "TargetTypeEnum" : { "c2jName" : "TargetTypeEnum", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INSTANCE", "value" : "instance" }, { "name" : "IP", "value" : "ip" }, { "name" : "LAMBDA", "value" : "lambda" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetTypeEnum", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetTypeEnum", "variableName" : "targetTypeEnum", "variableType" : "TargetTypeEnum", "documentation" : null, "simpleType" : "TargetTypeEnum", "variableSetterType" : "TargetTypeEnum" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyActionsException" : { "c2jName" : "TooManyActionsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                You've reached the limit on the number of actions per rule.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyActions", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyActionsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyActionsException", "variableName" : "tooManyActionsException", "variableType" : "TooManyActionsException", "documentation" : null, "simpleType" : "TooManyActionsException", "variableSetterType" : "TooManyActionsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyCertificatesException" : { "c2jName" : "TooManyCertificatesException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                You've reached the limit on the number of certificates per load balancer.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyCertificates", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyCertificatesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyCertificatesException", "variableName" : "tooManyCertificatesException", "variableType" : "TooManyCertificatesException", "documentation" : null, "simpleType" : "TooManyCertificatesException", "variableSetterType" : "TooManyCertificatesException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyListenersException" : { "c2jName" : "TooManyListenersException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                You've reached the limit on the number of listeners per load balancer.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyListeners", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyListenersException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyListenersException", "variableName" : "tooManyListenersException", "variableType" : "TooManyListenersException", "documentation" : null, "simpleType" : "TooManyListenersException", "variableSetterType" : "TooManyListenersException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyLoadBalancersException" : { "c2jName" : "TooManyLoadBalancersException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                You've reached the limit on the number of load balancers for your AWS account.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyLoadBalancers", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyLoadBalancersException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyLoadBalancersException", "variableName" : "tooManyLoadBalancersException", "variableType" : "TooManyLoadBalancersException", "documentation" : null, "simpleType" : "TooManyLoadBalancersException", "variableSetterType" : "TooManyLoadBalancersException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyRegistrationsForTargetIdException" : { "c2jName" : "TooManyRegistrationsForTargetIdException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                You've reached the limit on the number of times a target can be registered with a load balancer.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyRegistrationsForTargetId", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyRegistrationsForTargetIdException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyRegistrationsForTargetIdException", "variableName" : "tooManyRegistrationsForTargetIdException", "variableType" : "TooManyRegistrationsForTargetIdException", "documentation" : null, "simpleType" : "TooManyRegistrationsForTargetIdException", "variableSetterType" : "TooManyRegistrationsForTargetIdException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyRulesException" : { "c2jName" : "TooManyRulesException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                You've reached the limit on the number of rules per load balancer.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyRules", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyRulesException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyRulesException", "variableName" : "tooManyRulesException", "variableType" : "TooManyRulesException", "documentation" : null, "simpleType" : "TooManyRulesException", "variableSetterType" : "TooManyRulesException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyTagsException" : { "c2jName" : "TooManyTagsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                You've reached the limit on the number of tags per load balancer.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyTags", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyTagsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTagsException", "variableName" : "tooManyTagsException", "variableType" : "TooManyTagsException", "documentation" : null, "simpleType" : "TooManyTagsException", "variableSetterType" : "TooManyTagsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyTargetGroupsException" : { "c2jName" : "TooManyTargetGroupsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                You've reached the limit on the number of target groups for your AWS account.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyTargetGroups", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyTargetGroupsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTargetGroupsException", "variableName" : "tooManyTargetGroupsException", "variableType" : "TooManyTargetGroupsException", "documentation" : null, "simpleType" : "TooManyTargetGroupsException", "variableSetterType" : "TooManyTargetGroupsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyTargetsException" : { "c2jName" : "TooManyTargetsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                You've reached the limit on the number of targets.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyTargets", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyTargetsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTargetsException", "variableName" : "tooManyTargetsException", "variableType" : "TooManyTargetsException", "documentation" : null, "simpleType" : "TooManyTargetsException", "variableSetterType" : "TooManyTargetsException" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyUniqueTargetGroupsPerLoadBalancerException" : { "c2jName" : "TooManyUniqueTargetGroupsPerLoadBalancerException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                You've reached the limit on the number of unique target groups per load balancer across all listeners. If a target group is used by multiple actions for a load balancer, it is counted as only one use.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyUniqueTargetGroupsPerLoadBalancer", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyUniqueTargetGroupsPerLoadBalancerException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyUniqueTargetGroupsPerLoadBalancerException", "variableName" : "tooManyUniqueTargetGroupsPerLoadBalancerException", "variableType" : "TooManyUniqueTargetGroupsPerLoadBalancerException", "documentation" : null, "simpleType" : "TooManyUniqueTargetGroupsPerLoadBalancerException", "variableSetterType" : "TooManyUniqueTargetGroupsPerLoadBalancerException" }, "wrapper" : false, "xmlNamespace" : null }, "UnsupportedProtocolException" : { "c2jName" : "UnsupportedProtocolException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The specified protocol is not supported.

                                                                                                                                                                                                                                                                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "UnsupportedProtocol", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UnsupportedProtocolException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedProtocolException", "variableName" : "unsupportedProtocolException", "variableType" : "UnsupportedProtocolException", "documentation" : null, "simpleType" : "UnsupportedProtocolException", "variableSetterType" : "UnsupportedProtocolException" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { "AddTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds the specified tags to the specified load balancer.", "id" : "elbv2-add-tags-1", "input" : { "ResourceArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ], "Tags" : [ { "Key" : "project", "Value" : "lima" }, { "Key" : "department", "Value" : "digital-media" } ] }, "output" : null, "title" : "To add tags to a load balancer" } ], "CreateListener" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an HTTP listener for the specified load balancer that forwards requests to the specified target group.", "id" : "elbv2-create-listener-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Protocol" : "HTTP", "Port" : 80, "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] }, "output" : { "Listeners" : [ { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Port" : 80, "Protocol" : "HTTP", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] } ] }, "title" : "To create an HTTP listener" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an HTTPS listener for the specified load balancer that forwards requests to the specified target group. Note that you must specify an SSL certificate for an HTTPS listener. You can create and manage certificates using AWS Certificate Manager (ACM). Alternatively, you can create a certificate using SSL/TLS tools, get the certificate signed by a certificate authority (CA), and upload the certificate to AWS Identity and Access Management (IAM).", "id" : "elbv2-create-listener-2", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Protocol" : "HTTPS", "Port" : 443, "SslPolicy" : "ELBSecurityPolicy-2015-05", "Certificates" : [ { "CertificateArn" : "arn:aws:iam::123456789012:server-certificate/my-server-cert" } ], "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] }, "output" : { "Listeners" : [ { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Port" : 443, "Protocol" : "HTTPS", "Certificates" : [ { "CertificateArn" : "arn:aws:iam::123456789012:server-certificate/my-server-cert" } ], "SslPolicy" : "ELBSecurityPolicy-2015-05", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] } ] }, "title" : "To create an HTTPS listener" } ], "CreateLoadBalancer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an Internet-facing load balancer and enables the Availability Zones for the specified subnets.", "id" : "elbv2-create-load-balancer-1", "input" : { "Name" : "my-load-balancer", "Subnets" : [ "subnet-b7d581c0", "subnet-8360a9e7" ] }, "output" : { "LoadBalancers" : [ { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "DNSName" : "my-load-balancer-424835706.us-west-2.elb.amazonaws.com", "CanonicalHostedZoneId" : "Z2P70J7EXAMPLE", "CreatedTime" : "2016-03-25T21:26:12.920Z", "LoadBalancerName" : "my-load-balancer", "Scheme" : "internet-facing", "VpcId" : "vpc-3ac0fb5f", "State" : { "Code" : "provisioning" }, "Type" : "application", "AvailabilityZones" : [ { "ZoneName" : "us-west-2a", "SubnetId" : "subnet-8360a9e7" }, { "ZoneName" : "us-west-2b", "SubnetId" : "subnet-b7d581c0" } ], "SecurityGroups" : [ "sg-5943793c" ] } ] }, "title" : "To create an Internet-facing load balancer" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates an internal load balancer and enables the Availability Zones for the specified subnets.", "id" : "elbv2-create-load-balancer-2", "input" : { "Name" : "my-internal-load-balancer", "Subnets" : [ "subnet-b7d581c0", "subnet-8360a9e7" ], "SecurityGroups" : [ ], "Scheme" : "internal" }, "output" : { "LoadBalancers" : [ { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-internal-load-balancer/5b49b8d4303115c2", "DNSName" : "internal-my-internal-load-balancer-1529930873.us-west-2.elb.amazonaws.com", "CanonicalHostedZoneId" : "Z2P70J7EXAMPLE", "CreatedTime" : "2016-03-25T21:29:48.850Z", "LoadBalancerName" : "my-internal-load-balancer", "Scheme" : "internal", "VpcId" : "vpc-3ac0fb5f", "State" : { "Code" : "provisioning" }, "Type" : "application", "AvailabilityZones" : [ { "ZoneName" : "us-west-2a", "SubnetId" : "subnet-8360a9e7" }, { "ZoneName" : "us-west-2b", "SubnetId" : "subnet-b7d581c0" } ], "SecurityGroups" : [ "sg-5943793c" ] } ] }, "title" : "To create an internal load balancer" } ], "CreateRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a rule that forwards requests to the specified target group if the URL contains the specified pattern (for example, /img/*).", "id" : "elbv2-create-rule-1", "input" : { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/img/*" ] } ], "Priority" : 10, "Actions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] }, "output" : { "Rules" : [ { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee", "Priority" : "10", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/img/*" ] } ], "Actions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ], "IsDefault" : false } ] }, "title" : "To create a rule" } ], "CreateTargetGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a target group that you can use to route traffic to targets using HTTP on port 80. This target group uses the default health check configuration.", "id" : "elbv2-create-target-group-1", "input" : { "Name" : "my-targets", "Protocol" : "HTTP", "Port" : 80, "VpcId" : "vpc-3ac0fb5f" }, "output" : { "TargetGroups" : [ { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "TargetGroupName" : "my-targets", "Protocol" : "HTTP", "Port" : 80, "VpcId" : "vpc-3ac0fb5f", "HealthCheckProtocol" : "HTTP", "HealthCheckPort" : "traffic-port", "HealthCheckIntervalSeconds" : 30, "HealthCheckTimeoutSeconds" : 5, "HealthyThresholdCount" : 5, "UnhealthyThresholdCount" : 2, "HealthCheckPath" : "/", "Matcher" : { "HttpCode" : "200" } } ] }, "title" : "To create a target group" } ], "DeleteListener" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified listener.", "id" : "elbv2-delete-listener-1", "input" : { "ListenerArn" : "arn:aws:elasticloadbalancing:ua-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2" }, "output" : null, "title" : "To delete a listener" } ], "DeleteLoadBalancer" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified load balancer.", "id" : "elbv2-delete-load-balancer-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" }, "output" : null, "title" : "To delete a load balancer" } ], "DeleteRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified rule.", "id" : "elbv2-delete-rule-1", "input" : { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/1291d13826f405c3" }, "output" : null, "title" : "To delete a rule" } ], "DeleteTargetGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the specified target group.", "id" : "elbv2-delete-target-group-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" }, "output" : null, "title" : "To delete a target group" } ], "DeregisterTargets" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deregisters the specified instance from the specified target group.", "id" : "elbv2-deregister-targets-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "Targets" : [ { "Id" : "i-0f76fade" } ] }, "output" : null, "title" : "To deregister a target from a target group" } ], "DescribeListeners" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified listener.", "id" : "elbv2-describe-listeners-1", "input" : { "ListenerArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2" ] }, "output" : { "Listeners" : [ { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Port" : 80, "Protocol" : "HTTP", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] } ] }, "title" : "To describe a listener" } ], "DescribeLoadBalancerAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the attributes of the specified load balancer.", "id" : "elbv2-describe-load-balancer-attributes-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" }, "output" : { "Attributes" : [ { "Key" : "access_logs.s3.enabled", "Value" : "false" }, { "Key" : "idle_timeout.timeout_seconds", "Value" : "60" }, { "Key" : "access_logs.s3.prefix", "Value" : "" }, { "Key" : "deletion_protection.enabled", "Value" : "false" }, { "Key" : "access_logs.s3.bucket", "Value" : "" } ] }, "title" : "To describe load balancer attributes" } ], "DescribeLoadBalancers" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified load balancer.", "id" : "elbv2-describe-load-balancers-1", "input" : { "LoadBalancerArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ] }, "output" : { "LoadBalancers" : [ { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "DNSName" : "my-load-balancer-424835706.us-west-2.elb.amazonaws.com", "CanonicalHostedZoneId" : "Z2P70J7EXAMPLE", "CreatedTime" : "2016-03-25T21:26:12.920Z", "LoadBalancerName" : "my-load-balancer", "Scheme" : "internet-facing", "VpcId" : "vpc-3ac0fb5f", "State" : { "Code" : "active" }, "Type" : "application", "AvailabilityZones" : [ { "ZoneName" : "us-west-2a", "SubnetId" : "subnet-8360a9e7" }, { "ZoneName" : "us-west-2b", "SubnetId" : "subnet-b7d581c0" } ], "SecurityGroups" : [ "sg-5943793c" ] } ] }, "title" : "To describe a load balancer" } ], "DescribeRules" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified rule.", "id" : "elbv2-describe-rules-1", "input" : { "RuleArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee" ] }, "output" : { "Rules" : [ { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee", "Priority" : "10", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/img/*" ] } ], "Actions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ], "IsDefault" : false } ] }, "title" : "To describe a rule" } ], "DescribeSSLPolicies" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified policy used for SSL negotiation.", "id" : "elbv2-describe-ssl-policies-1", "input" : { "Names" : [ "ELBSecurityPolicy-2015-05" ] }, "output" : { "SslPolicies" : [ { "SslProtocols" : [ "TLSv1", "TLSv1.1", "TLSv1.2" ], "Ciphers" : [ { "Name" : "ECDHE-ECDSA-AES128-GCM-SHA256", "Priority" : 1 }, { "Name" : "ECDHE-RSA-AES128-GCM-SHA256", "Priority" : 2 }, { "Name" : "ECDHE-ECDSA-AES128-SHA256", "Priority" : 3 }, { "Name" : "ECDHE-RSA-AES128-SHA256", "Priority" : 4 }, { "Name" : "ECDHE-ECDSA-AES128-SHA", "Priority" : 5 }, { "Name" : "ECDHE-RSA-AES128-SHA", "Priority" : 6 }, { "Name" : "DHE-RSA-AES128-SHA", "Priority" : 7 }, { "Name" : "ECDHE-ECDSA-AES256-GCM-SHA384", "Priority" : 8 }, { "Name" : "ECDHE-RSA-AES256-GCM-SHA384", "Priority" : 9 }, { "Name" : "ECDHE-ECDSA-AES256-SHA384", "Priority" : 10 }, { "Name" : "ECDHE-RSA-AES256-SHA384", "Priority" : 11 }, { "Name" : "ECDHE-RSA-AES256-SHA", "Priority" : 12 }, { "Name" : "ECDHE-ECDSA-AES256-SHA", "Priority" : 13 }, { "Name" : "AES128-GCM-SHA256", "Priority" : 14 }, { "Name" : "AES128-SHA256", "Priority" : 15 }, { "Name" : "AES128-SHA", "Priority" : 16 }, { "Name" : "AES256-GCM-SHA384", "Priority" : 17 }, { "Name" : "AES256-SHA256", "Priority" : 18 }, { "Name" : "AES256-SHA", "Priority" : 19 } ], "Name" : "ELBSecurityPolicy-2015-05" } ] }, "title" : "To describe a policy used for SSL negotiation" } ], "DescribeTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the tags assigned to the specified load balancer.", "id" : "elbv2-describe-tags-1", "input" : { "ResourceArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ] }, "output" : { "TagDescriptions" : [ { "ResourceArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Tags" : [ { "Key" : "project", "Value" : "lima" }, { "Key" : "department", "Value" : "digital-media" } ] } ] }, "title" : "To describe the tags assigned to a load balancer" } ], "DescribeTargetGroupAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the attributes of the specified target group.", "id" : "elbv2-describe-target-group-attributes-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" }, "output" : { "Attributes" : [ { "Key" : "stickiness.enabled", "Value" : "false" }, { "Key" : "deregistration_delay.timeout_seconds", "Value" : "300" }, { "Key" : "stickiness.type", "Value" : "lb_cookie" }, { "Key" : "stickiness.lb_cookie.duration_seconds", "Value" : "86400" } ] }, "title" : "To describe target group attributes" } ], "DescribeTargetGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the specified target group.", "id" : "elbv2-describe-target-groups-1", "input" : { "TargetGroupArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" ] }, "output" : { "TargetGroups" : [ { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "TargetGroupName" : "my-targets", "Protocol" : "HTTP", "Port" : 80, "VpcId" : "vpc-3ac0fb5f", "HealthCheckProtocol" : "HTTP", "HealthCheckPort" : "traffic-port", "HealthCheckIntervalSeconds" : 30, "HealthCheckTimeoutSeconds" : 5, "HealthyThresholdCount" : 5, "UnhealthyThresholdCount" : 2, "HealthCheckPath" : "/", "Matcher" : { "HttpCode" : "200" }, "LoadBalancerArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ] } ] }, "title" : "To describe a target group" } ], "DescribeTargetHealth" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the health of the targets for the specified target group. One target is healthy but the other is not specified in an action, so it can't receive traffic from the load balancer.", "id" : "elbv2-describe-target-health-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" }, "output" : { "TargetHealthDescriptions" : [ { "Target" : { "Id" : "i-0f76fade", "Port" : 80 }, "TargetHealth" : { "State" : "unused", "Reason" : "Target.NotInUse", "Description" : "Given target group is not configured to receive traffic from ELB" } }, { "Target" : { "Id" : "i-0f76fade", "Port" : 80 }, "HealthCheckPort" : "80", "TargetHealth" : { "State" : "healthy" } } ] }, "title" : "To describe the health of the targets for a target group" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the health of the specified target. This target is healthy.", "id" : "elbv2-describe-target-health-2", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "Targets" : [ { "Id" : "i-0f76fade", "Port" : 80 } ] }, "output" : { "TargetHealthDescriptions" : [ { "Target" : { "Id" : "i-0f76fade", "Port" : 80 }, "HealthCheckPort" : "80", "TargetHealth" : { "State" : "healthy" } } ] }, "title" : "To describe the health of a target" } ], "ModifyListener" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example changes the default action for the specified listener.", "id" : "elbv2-modify-listener-1", "input" : { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-new-targets/2453ed029918f21f" } ] }, "output" : { "Listeners" : [ { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2", "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Port" : 80, "Protocol" : "HTTP", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-new-targets/2453ed029918f21f" } ] } ] }, "title" : "To change the default action for a listener" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example changes the server certificate for the specified HTTPS listener.", "id" : "elbv2-modify-listener-2", "input" : { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/0467ef3c8400ae65", "Certificates" : [ { "CertificateArn" : "arn:aws:iam::123456789012:server-certificate/my-new-server-cert" } ] }, "output" : { "Listeners" : [ { "ListenerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/0467ef3c8400ae65", "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Port" : 443, "Protocol" : "HTTPS", "Certificates" : [ { "CertificateArn" : "arn:aws:iam::123456789012:server-certificate/my-new-server-cert" } ], "SslPolicy" : "ELBSecurityPolicy-2015-05", "DefaultActions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ] } ] }, "title" : "To change the server certificate" } ], "ModifyLoadBalancerAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example enables deletion protection for the specified load balancer.", "id" : "elbv2-modify-load-balancer-attributes-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Attributes" : [ { "Key" : "deletion_protection.enabled", "Value" : "true" } ] }, "output" : { "Attributes" : [ { "Key" : "deletion_protection.enabled", "Value" : "true" }, { "Key" : "access_logs.s3.enabled", "Value" : "false" }, { "Key" : "idle_timeout.timeout_seconds", "Value" : "60" }, { "Key" : "access_logs.s3.prefix", "Value" : "" }, { "Key" : "access_logs.s3.bucket", "Value" : "" } ] }, "title" : "To enable deletion protection" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example changes the idle timeout value for the specified load balancer.", "id" : "elbv2-modify-load-balancer-attributes-2", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Attributes" : [ { "Key" : "idle_timeout.timeout_seconds", "Value" : "30" } ] }, "output" : { "Attributes" : [ { "Key" : "idle_timeout.timeout_seconds", "Value" : "30" }, { "Key" : "access_logs.s3.enabled", "Value" : "false" }, { "Key" : "access_logs.s3.prefix", "Value" : "" }, { "Key" : "deletion_protection.enabled", "Value" : "true" }, { "Key" : "access_logs.s3.bucket", "Value" : "" } ] }, "title" : "To change the idle timeout" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example enables access logs for the specified load balancer. Note that the S3 bucket must exist in the same region as the load balancer and must have a policy attached that grants access to the Elastic Load Balancing service.", "id" : "elbv2-modify-load-balancer-attributes-3", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Attributes" : [ { "Key" : "access_logs.s3.enabled", "Value" : "true" }, { "Key" : "access_logs.s3.bucket", "Value" : "my-loadbalancer-logs" }, { "Key" : "access_logs.s3.prefix", "Value" : "myapp" } ] }, "output" : { "Attributes" : [ { "Key" : "access_logs.s3.enabled", "Value" : "true" }, { "Key" : "access_logs.s3.bucket", "Value" : "my-load-balancer-logs" }, { "Key" : "access_logs.s3.prefix", "Value" : "myapp" }, { "Key" : "idle_timeout.timeout_seconds", "Value" : "60" }, { "Key" : "deletion_protection.enabled", "Value" : "false" } ] }, "title" : "To enable access logs" } ], "ModifyRule" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example modifies the condition for the specified rule.", "id" : "elbv2-modify-rule-1", "input" : { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/images/*" ] } ] }, "output" : { "Rules" : [ { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee", "Priority" : "10", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/images/*" ] } ], "Actions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ], "IsDefault" : false } ] }, "title" : "To modify a rule" } ], "ModifyTargetGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example changes the configuration of the health checks used to evaluate the health of the targets for the specified target group.", "id" : "elbv2-modify-target-group-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-https-targets/2453ed029918f21f", "HealthCheckProtocol" : "HTTPS", "HealthCheckPort" : "443" }, "output" : { "TargetGroups" : [ { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-https-targets/2453ed029918f21f", "TargetGroupName" : "my-https-targets", "Protocol" : "HTTPS", "Port" : 443, "VpcId" : "vpc-3ac0fb5f", "HealthCheckProtocol" : "HTTPS", "HealthCheckPort" : "443", "HealthCheckIntervalSeconds" : 30, "HealthCheckTimeoutSeconds" : 5, "HealthyThresholdCount" : 5, "UnhealthyThresholdCount" : 2, "Matcher" : { "HttpCode" : "200" }, "LoadBalancerArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ] } ] }, "title" : "To modify the health check configuration for a target group" } ], "ModifyTargetGroupAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example sets the deregistration delay timeout to the specified value for the specified target group.", "id" : "elbv2-modify-target-group-attributes-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "Attributes" : [ { "Key" : "deregistration_delay.timeout_seconds", "Value" : "600" } ] }, "output" : { "Attributes" : [ { "Key" : "stickiness.enabled", "Value" : "false" }, { "Key" : "deregistration_delay.timeout_seconds", "Value" : "600" }, { "Key" : "stickiness.type", "Value" : "lb_cookie" }, { "Key" : "stickiness.lb_cookie.duration_seconds", "Value" : "86400" } ] }, "title" : "To modify the deregistration delay timeout" } ], "RegisterTargets" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example registers the specified instances with the specified target group.", "id" : "elbv2-register-targets-1", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067", "Targets" : [ { "Id" : "i-80c8dd94" }, { "Id" : "i-ceddcd4d" } ] }, "output" : null, "title" : "To register targets with a target group" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "This example registers the specified instance with the specified target group using multiple ports. This enables you to register ECS containers on the same instance as targets in the target group.", "id" : "elbv2-register-targets-2", "input" : { "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-new-targets/3bb63f11dfb0faf9", "Targets" : [ { "Id" : "i-80c8dd94", "Port" : 80 }, { "Id" : "i-80c8dd94", "Port" : 766 } ] }, "output" : null, "title" : "To register targets with a target group using port overrides" } ], "RemoveTags" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example removes the specified tags from the specified load balancer.", "id" : "elbv2-remove-tags-1", "input" : { "ResourceArns" : [ "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188" ], "TagKeys" : [ "project", "department" ] }, "output" : null, "title" : "To remove tags from a load balancer" } ], "SetRulePriorities" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example sets the priority of the specified rule.", "id" : "elbv2-set-rule-priorities-1", "input" : { "RulePriorities" : [ { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/1291d13826f405c3", "Priority" : 5 } ] }, "output" : { "Rules" : [ { "RuleArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/1291d13826f405c3", "Priority" : "5", "Conditions" : [ { "Field" : "path-pattern", "Values" : [ "/img/*" ] } ], "Actions" : [ { "Type" : "forward", "TargetGroupArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067" } ], "IsDefault" : false } ] }, "title" : "To set the rule priority" } ], "SetSecurityGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example associates the specified security group with the specified load balancer.", "id" : "elbv2-set-security-groups-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "SecurityGroups" : [ "sg-5943793c" ] }, "output" : { "SecurityGroupIds" : [ "sg-5943793c" ] }, "title" : "To associate a security group with a load balancer" } ], "SetSubnets" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example enables the Availability Zones for the specified subnets for the specified load balancer.", "id" : "elbv2-set-subnets-1", "input" : { "LoadBalancerArn" : "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188", "Subnets" : [ "subnet-8360a9e7", "subnet-b7d581c0" ] }, "output" : { "AvailabilityZones" : [ { "ZoneName" : "us-west-2a", "SubnetId" : "subnet-8360a9e7" }, { "ZoneName" : "us-west-2b", "SubnetId" : "subnet-b7d581c0" } ] }, "title" : "To enable Availability Zones for a load balancer" } ] }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "ElasticLoadBalancingV2Exception", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Exception", "sdkRequestBaseClassName" : "ElasticLoadBalancingV2Request", "sdkResponseBaseClassName" : "ElasticLoadBalancingV2Response" }